blob: 4e4f550906fca19a7f53dce31295044f39f90cff [file] [log] [blame] [edit]
if not get_option('hwmon-temp').allowed()
subdir_done()
endif
executable(
'hwmontempsensor',
'HwmonTempMain.cpp',
'HwmonTempSensor.cpp',
dependencies: [default_deps, devicemgmt_dep, thresholds_dep, utils_dep],
include_directories: src_inc,
install: true,
install_dir: '/usr/libexec/dbus-sensors',
)