1executable(
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        boost_dep,
12    ],
13    cpp_args: boost_args,
14    include_directories: '..',
15    implicit_include_directories: false,
16    install: true,
17)
18