append GetCpuInfo test program

This commit is contained in:
2020-08-19 12:01:06 +08:00
parent 250a044d53
commit bfd265e1f8
2 changed files with 20 additions and 0 deletions

3
CMakeLists.txt Normal file
View File

@@ -0,0 +1,3 @@
add_executable(GetCpuInfo GetCpuInfo.cpp)
target_link_libraries(GetCpuInfo CMCore CMPlatform)