Add support for PMT
Compare changes
+ 3
− 0
@@ -3,4 +3,7 @@ foreach(component Record UnitTest)
@@ -3,4 +3,7 @@ foreach(component Record UnitTest)
The deprecated libpowersensor code has been changed to the new Power Measurement Toolkit interface. FetchContent
is used to automatically retrieve PMT, no additional external dependencies are needed. The functionally can be enabled by setting BUILD_WITH_PMT
to True
.