blob: 9c7828b112526be426fbf7db794e2e873acd54f7 [file] [log] [blame]
Brad Bishop2d66b512019-09-19 16:36:47 -04001executable(
2 'phosphor-gpio-presence',
Brad Bishop2d66b512019-09-19 16:36:47 -04003 'main.cpp',
4 'gpio_presence.cpp',
5 dependencies: [
Brad Bishop2d66b512019-09-19 16:36:47 -04006 libevdev,
7 phosphor_logging,
8 ],
9 include_directories: '..',
10 implicit_include_directories: false,
11 install: true,
12 link_with: [
13 libevdev_o,
14 ],
15)