blob: e70cd0248b16f77627aa5561345483b40e6392e0 [file] [log] [blame]
Adriana Kobylakf5e2bde2025-10-20 11:40:47 -05001phosphor_chassis_power = executable(
2 'phosphor-chassis-power',
3 'main.cpp',
4 dependencies: [sdbusplus],
5 install: true,
6 install_dir: get_option('libexecdir') / 'phosphor-power',
7)