added a new example program that it's fix filename test.

This commit is contained in:
2021-09-04 13:53:17 +08:00
parent 85752d4ec3
commit 7349b345d5
2 changed files with 19 additions and 0 deletions

View File

@@ -19,3 +19,6 @@ cm_example_project(GetCpuInfo)
add_executable(CollectionTest CollectionTest.cpp)
cm_example_project(CollectionTest)
add_executable(FixFilenameTest FixFilenameTest.cpp)
cm_example_project(FixFilenameTest)