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', |
Patrick Williams | c087fa7 | 2025-02-01 08:37:26 -0500 | [diff] [blame] | 5 | dependencies: [cli11_dep, libevdev, phosphor_logging], |
Brad Bishop | 2d66b51 | 2019-09-19 16:36:47 -0400 | [diff] [blame] | 6 | include_directories: '..', |
| 7 | implicit_include_directories: false, |
| 8 | install: true, |
Patrick Williams | c087fa7 | 2025-02-01 08:37:26 -0500 | [diff] [blame] | 9 | link_with: [libevdev_o], |
Brad Bishop | 2d66b51 | 2019-09-19 16:36:47 -0400 | [diff] [blame] | 10 | ) |