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, |
Konstantin Aladyshev | 9f8459a | 2024-04-22 17:56:53 +0300 | [diff] [blame] | 11 | boost_dep, |
Patrick Rudolph | 46a9a5b | 2023-08-10 18:32:05 +0200 | [diff] [blame] | 12 | ], |
| 13 | cpp_args: boost_args, |
| 14 | include_directories: '..', |
| 15 | implicit_include_directories: false, |
| 16 | install: true, |
Konstantin Aladyshev | 9f8459a | 2024-04-22 17:56:53 +0300 | [diff] [blame] | 17 | ) |