Explorar el Código

meson: install radangeld

master
Matthias Janke hace 5 años
padre
commit
683e55ad7b
Se han modificado 1 ficheros con 1 adiciones y 1 borrados
  1. 1
    1
      radangeld/meson.build

+ 1
- 1
radangeld/meson.build Ver fichero

@@ -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…
Cancelar
Guardar