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 422B

12345678
  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. libconfigpp_dep = dependency('libconfig++')
  5. libsystemd_dep = dependency('libsystemd')
  6. executable('radangeld', 'main.cpp', dependencies : [hidapi_usb_dep, boost_dep, libconfigpp_dep, libsystemd_dep, thread_dep, zmqpp_dep, tz_dep], install : true)