diff options
| author | Leonetienne <leonetienne@hotmail.de> | 2022-02-12 16:04:48 +0100 |
|---|---|---|
| committer | Leonetienne <leonetienne@hotmail.de> | 2022-02-12 16:04:48 +0100 |
| commit | 7726d64530f82fc9b8ac08f484491335bd7ca2a4 (patch) | |
| tree | 903e6f16b10f64a420c86ae93eaa8315a313ae2b /Src/CMakeLists.txt | |
| parent | a8b8d557692823931bb41dcd55627080f55b6099 (diff) | |
Optimized directory structure
Diffstat (limited to 'Src/CMakeLists.txt')
| -rw-r--r-- | Src/CMakeLists.txt | 6 |
1 files changed, 6 insertions, 0 deletions
diff --git a/Src/CMakeLists.txt b/Src/CMakeLists.txt new file mode 100644 index 0000000..4aacd6e --- /dev/null +++ b/Src/CMakeLists.txt @@ -0,0 +1,6 @@ +cmake_minimum_required(VERSION 3.16)
+project(StringTools)
+
+set(CMAKE_CXX_STANDARD 17)
+
+add_library(StringTools StringTools.cpp)
|
