146a9a5b9SPatrick Rudolphexecutable(
246a9a5b9SPatrick Rudolph    'phosphor-multi-gpio-presence',
346a9a5b9SPatrick Rudolph    'gpio_presence.cpp',
446a9a5b9SPatrick Rudolph    'main.cpp',
546a9a5b9SPatrick Rudolph    dependencies: [
646a9a5b9SPatrick Rudolph        cli11_dep,
746a9a5b9SPatrick Rudolph        libgpiod,
846a9a5b9SPatrick Rudolph        nlohmann_json_dep,
946a9a5b9SPatrick Rudolph        phosphor_logging,
1046a9a5b9SPatrick Rudolph        sdbusplus,
11*9f8459a5SKonstantin Aladyshev        boost_dep,
1246a9a5b9SPatrick Rudolph    ],
1346a9a5b9SPatrick Rudolph    cpp_args: boost_args,
1446a9a5b9SPatrick Rudolph    include_directories: '..',
1546a9a5b9SPatrick Rudolph    implicit_include_directories: false,
1646a9a5b9SPatrick Rudolph    install: true,
1746a9a5b9SPatrick Rudolph)
18