summaryrefslogtreecommitdiff
path: root/src/meson.build
blob: 1590aefa475cf21fd0df69b25affb3deb1c01464 (plain)
1
2
3
executable('main', ['main.c', 'http.c', 'util.c', 'buffer.c'],
  dependencies : jsondep,
  include_directories: incdir)