added HalfFloatTest.cpp,removed ColorTest.cpp

This commit is contained in:
2023-02-09 14:29:09 +08:00
parent 5d9edc35c8
commit 3281e6eefd
3 changed files with 63 additions and 23 deletions

View File

@@ -15,8 +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(HalfFloatTest HalfFloatTest.cpp)
cm_example_project(HalfFloatTest)
add_executable(GetCpuInfo GetCpuInfo.cpp)
cm_example_project(GetCpuInfo)