From f7006227644de00f9c1a0b99e81456249952d1c0 Mon Sep 17 00:00:00 2001 From: "HuYingzhuo(hugo/hyzboy)" Date: Thu, 4 Aug 2022 21:33:20 +0800 Subject: [PATCH] added SplitStringTest.cpp --- CMakeLists.txt | 5 ++++- SplitStringTest.cpp | 0 2 files changed, 4 insertions(+), 1 deletion(-) create mode 100644 SplitStringTest.cpp diff --git a/CMakeLists.txt b/CMakeLists.txt index dc015c6..28cb41a 100644 --- a/CMakeLists.txt +++ b/CMakeLists.txt @@ -30,4 +30,7 @@ IF(WIN32) add_executable(EnumVolumeTest EnumVolumeTest.cpp) cm_example_project(EnumVolumeTest) -ENDIF(WIN32) \ No newline at end of file +ENDIF(WIN32) + +add_executable(SplitStringTest SplitStringTest.cpp) +cm_example_project(SplitStringTest) diff --git a/SplitStringTest.cpp b/SplitStringTest.cpp new file mode 100644 index 0000000..e69de29