You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.

meson.build 502B

12345678910
  1. subdir('resources')
  2. tz_dep = dependency('tz', fallback : ['hinnant-date', 'tz_dep'], default_options : ['use_system_tzdb=true'])
  3. hidapi_usb_dep = dependency('hidapi-libusb')
  4. boost_dep = dependency('boost', modules : 'program_options')
  5. libconfigpp_dep = dependency('libconfig++')
  6. zmqpp_dep = dependency('libzmqpp')
  7. libsystemd_dep = dependency('libsystemd')
  8. executable('radangeld', 'main.cpp', dependencies : [hidapi_usb_dep, boost_dep, libconfigpp_dep, libsystemd_dep, thread_dep, zmqpp_dep, tz_dep])