xref: /openbmc/pldm/softoff/meson.build (revision 4c1a3fda)
1*4c1a3fdaSGeorge Liudeps = [ libpldm ]
2*4c1a3fdaSGeorge Liu
3*4c1a3fdaSGeorge Liusource = ['main.cpp']
4*4c1a3fdaSGeorge Liu
5*4c1a3fdaSGeorge Liuexecutable('pldm-softpoweroff',source,
6*4c1a3fdaSGeorge Liu           implicit_include_directories: false,
7*4c1a3fdaSGeorge Liu           dependencies: deps,
8*4c1a3fdaSGeorge Liu           install: true,
9*4c1a3fdaSGeorge Liu           install_dir: get_option('bindir'))
10