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