Need a C++ library for hardware information

This commit is contained in:
Ben
2018-12-17 16:35:11 +00:00
parent 2183e5939f
commit 034214efde
10 changed files with 72 additions and 47 deletions

View File

@@ -25,6 +25,7 @@ if (WIN32)
file(GLOB_RECURSE PlatformDepSource
${WinDep}/monitoring/*.cpp
${WinDep}/ui/*.cpp
${WinDep}/*.cpp
)
endif (WIN32)
@@ -32,6 +33,7 @@ if (UNIX)
file(GLOB_RECURSE PlatformDepSource
${LinuxDep}/monitoring/*.cpp
${LinuxDep}/ui/*.cpp
${LinuxDep}/*.cpp
)
endif (UNIX)