1*46a9a5b9SPatrick Rudolphexecutable(
2*46a9a5b9SPatrick Rudolph    'phosphor-multi-gpio-presence',
3*46a9a5b9SPatrick Rudolph    'gpio_presence.cpp',
4*46a9a5b9SPatrick Rudolph    'main.cpp',
5*46a9a5b9SPatrick Rudolph    dependencies: [
6*46a9a5b9SPatrick Rudolph        cli11_dep,
7*46a9a5b9SPatrick Rudolph        libgpiod,
8*46a9a5b9SPatrick Rudolph        nlohmann_json_dep,
9*46a9a5b9SPatrick Rudolph        phosphor_logging,
10*46a9a5b9SPatrick Rudolph        sdbusplus,
11*46a9a5b9SPatrick Rudolph    ],
12*46a9a5b9SPatrick Rudolph    cpp_args: boost_args,
13*46a9a5b9SPatrick Rudolph    include_directories: '..',
14*46a9a5b9SPatrick Rudolph    implicit_include_directories: false,
15*46a9a5b9SPatrick Rudolph    install: true,
16*46a9a5b9SPatrick Rudolph)