Ver código fonte

meson: install radangeld

master
Matthias Janke 5 anos atrás
pai
commit
683e55ad7b
1 arquivos alterados com 1 adições e 1 exclusões
  1. 1
    1
      radangeld/meson.build

+ 1
- 1
radangeld/meson.build Ver arquivo

@@ -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)

Carregando…
Cancelar
Salvar