Browse Source

meson: install radangeld

master
Matthias Janke 5 years ago
parent
commit
683e55ad7b
1 changed files with 1 additions and 1 deletions
  1. 1
    1
      radangeld/meson.build

+ 1
- 1
radangeld/meson.build View File

@@ -7,4 +7,4 @@ libconfigpp_dep = dependency('libconfig++')
7 7
 zmqpp_dep = dependency('libzmqpp')
8 8
 libsystemd_dep = dependency('libsystemd')
9 9
 
10
-executable('radangeld', 'main.cpp', dependencies : [hidapi_usb_dep, boost_dep, libconfigpp_dep, libsystemd_dep, thread_dep, zmqpp_dep, tz_dep])
10
+executable('radangeld', 'main.cpp', dependencies : [hidapi_usb_dep, boost_dep, libconfigpp_dep, libsystemd_dep, thread_dep, zmqpp_dep, tz_dep], install : true)

Loading…
Cancel
Save