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: [ | ||||
Brad Bishop | 2d66b51 | 2019-09-19 16:36:47 -0400 | [diff] [blame] | 6 | libevdev, |
7 | phosphor_logging, | ||||
8 | ], | ||||
9 | include_directories: '..', | ||||
10 | implicit_include_directories: false, | ||||
11 | install: true, | ||||
12 | link_with: [ | ||||
13 | libevdev_o, | ||||
14 | ], | ||||
15 | ) |