added a newly test that it's ColorTest.cpp

This commit is contained in:
2023-02-07 22:47:51 +08:00
parent 05ab513b8b
commit 5d9edc35c8
2 changed files with 23 additions and 0 deletions

View File

@@ -15,6 +15,8 @@ macro(cm_example_project project_name)
set_property(TARGET ${project_name} PROPERTY FOLDER "CM/Examples")
endmacro()
add_executable(ColorTest ColorTest.cpp)
cm_example_project(ColorTest)
add_executable(GetCpuInfo GetCpuInfo.cpp)
cm_example_project(GetCpuInfo)