| 12345678 |
- subdir('resources')
-
- tz_dep = dependency('tz', fallback : ['hinnant-date', 'tz_dep'], default_options : ['use_system_tzdb=true'])
- hidapi_usb_dep = dependency('hidapi-libusb')
- libconfigpp_dep = dependency('libconfig++')
- libsystemd_dep = dependency('libsystemd')
-
- executable('radangeld', 'main.cpp', dependencies : [hidapi_usb_dep, boost_dep, libconfigpp_dep, libsystemd_dep, thread_dep, zmqpp_dep, tz_dep], install : true)
|