blob: 9104a5f108b49cedaf25e7fc9440a06932ca1c03 [file] [log] [blame]
source = [
'side_switch.cpp',
]
executable(
'phosphor-bmc-side-switch',
source,
dependencies: [
phosphor_logging_dep,
],
install: true,
install_dir: get_option('bindir')
)