Brad Bishop | 2d66b51 | 2019-09-19 16:36:47 -0400 | [diff] [blame] | 1 | executable( |
2 | 'phosphor-gpio-presence', | ||||
Brad Bishop | 2d66b51 | 2019-09-19 16:36:47 -0400 | [diff] [blame] | 3 | 'main.cpp', |
4 | 'gpio_presence.cpp', | ||||
5 | dependencies: [ | ||||
Patrick Williams | 82b8195 | 2023-08-09 11:10:25 -0500 | [diff] [blame] | 6 | cli11_dep, |
Brad Bishop | 2d66b51 | 2019-09-19 16:36:47 -0400 | [diff] [blame] | 7 | libevdev, |
8 | phosphor_logging, | ||||
9 | ], | ||||
10 | include_directories: '..', | ||||
11 | implicit_include_directories: false, | ||||
12 | install: true, | ||||
13 | link_with: [ | ||||
14 | libevdev_o, | ||||
15 | ], | ||||
16 | ) |