blob: 09c9d2cefd52ab48b79f2e674314fbd4a9549c30 [file] [log] [blame]
George Liu4c1a3fd2020-03-10 08:25:21 +08001deps = [ libpldm ]
2
3source = ['main.cpp']
4
5executable('pldm-softpoweroff',source,
6 implicit_include_directories: false,
7 dependencies: deps,
8 install: true,
9 install_dir: get_option('bindir'))