blob: be1f97cd86e7ab860c7b7e4451b21a103e7c8715 [file] [log] [blame]
Patrick Rudolph46a9a5b2023-08-10 18:32:05 +02001executable(
2 'phosphor-multi-gpio-presence',
3 'gpio_presence.cpp',
4 'main.cpp',
5 dependencies: [
6 cli11_dep,
7 libgpiod,
8 nlohmann_json_dep,
9 phosphor_logging,
10 sdbusplus,
11 ],
12 cpp_args: boost_args,
13 include_directories: '..',
14 implicit_include_directories: false,
15 install: true,
16)