Start implementation of sensors wrapper, rename files and classes, sort usings

This commit is contained in:
2022-08-02 23:11:01 +02:00
parent 1da0844ae8
commit f7bd651121
8 changed files with 63 additions and 8 deletions

View File

@@ -8,8 +8,9 @@ set(CMAKE_EXPORT_COMPILE_COMMANDS ON)
add_executable(app
src/main.cxx
src/nvidia.cxx
src/pwm.cxx
src/Nvidia.cxx
src/Pwm.cxx
src/SensorsWrapper.cxx
)
set_property(TARGET app PROPERTY CXX_STANDARD 17)