CMExamples/CMakeLists.txt

4 lines
95 B
CMake
Raw Normal View History

2020-08-19 12:01:06 +08:00
add_executable(GetCpuInfo GetCpuInfo.cpp)
target_link_libraries(GetCpuInfo CMCore CMPlatform)