blob: 19aa9bfcd5e0e375ca50aa5f5cdc2ecafc70db63 [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,
Konstantin Aladyshev9f8459a2024-04-22 17:56:53 +030011 boost_dep,
Patrick Rudolph46a9a5b2023-08-10 18:32:05 +020012 ],
13 cpp_args: boost_args,
14 include_directories: '..',
15 implicit_include_directories: false,
16 install: true,
Konstantin Aladyshev9f8459a2024-04-22 17:56:53 +030017)