Patrick Rudolph | 46a9a5b | 2023-08-10 18:32:05 +0200 | [diff] [blame] | 1 | executable( |
2 | 'phosphor-multi-gpio-presence', | ||||
3 | 'gpio_presence.cpp', | ||||
4 | 'main.cpp', | ||||
5 | dependencies: [ | ||||
6 | cli11_dep, | ||||
7 | libgpiod, | ||||
8 | nlohmann_json_dep, | ||||
9 | phosphor_logging, | ||||
10 | sdbusplus, | ||||
11 | ], | ||||
12 | cpp_args: boost_args, | ||||
13 | include_directories: '..', | ||||
14 | implicit_include_directories: false, | ||||
15 | install: true, | ||||
16 | ) |