added SplitStringTest.cpp

This commit is contained in:
HuYingzhuo(hugo/hyzboy) 2022-08-04 21:33:20 +08:00
parent aea2dd595e
commit f700622764
2 changed files with 4 additions and 1 deletions

View File

@ -30,4 +30,7 @@ IF(WIN32)
add_executable(EnumVolumeTest EnumVolumeTest.cpp)
cm_example_project(EnumVolumeTest)
ENDIF(WIN32)
ENDIF(WIN32)
add_executable(SplitStringTest SplitStringTest.cpp)
cm_example_project(SplitStringTest)

0
SplitStringTest.cpp Normal file
View File