* new sysinfo

* finish sysinfo
This commit is contained in:
redPanther
2017-03-02 10:50:31 +01:00
committed by GitHub
parent 221af075a4
commit 7207756978
3 changed files with 362 additions and 0 deletions

View File

@@ -26,6 +26,7 @@ SET(Utils_HEADERS
${CURRENT_HEADER_DIR}/jsonschema/QJsonFactory.h
${CURRENT_HEADER_DIR}/jsonschema/QJsonSchemaChecker.h
${CURRENT_HEADER_DIR}/global_defines.h
${CURRENT_HEADER_DIR}/SysInfo.h
)
SET(Utils_SOURCES
@@ -42,6 +43,7 @@ SET(Utils_SOURCES
${CURRENT_SOURCE_DIR}/RgbChannelAdjustment.cpp
${CURRENT_SOURCE_DIR}/RgbTransform.cpp
${CURRENT_SOURCE_DIR}/RgbToRgbw.cpp
${CURRENT_SOURCE_DIR}/SysInfo.cpp
${CURRENT_SOURCE_DIR}/jsonschema/QJsonSchemaChecker.cpp
)