summaryrefslogtreecommitdiffstats
path: root/Src/StringTools/CMakeLists.txt
diff options
context:
space:
mode:
authorLeonetienne <leonetienne@hotmail.de>2022-02-12 03:07:11 +0100
committerLeonetienne <leonetienne@hotmail.de>2022-02-12 03:07:11 +0100
commita6c9e64eb559a58d31f5ea68b8947f460ed8f04b (patch)
tree0e5789541a3d26e4c0c1bed8a0585be27fc182ec /Src/StringTools/CMakeLists.txt
parentf4e36ec9af5002eaa51c742faa10e4cbc7d66de0 (diff)
Better directory structure naming
Diffstat (limited to 'Src/StringTools/CMakeLists.txt')
-rw-r--r--Src/StringTools/CMakeLists.txt6
1 files changed, 6 insertions, 0 deletions
diff --git a/Src/StringTools/CMakeLists.txt b/Src/StringTools/CMakeLists.txt
new file mode 100644
index 0000000..885710c
--- /dev/null
+++ b/Src/StringTools/CMakeLists.txt
@@ -0,0 +1,6 @@
+cmake_minimum_required(VERSION 3.16)
+project(Stringtools)
+
+set(CMAKE_CXX_STANDARD 17)
+
+add_library(Stringtools StringTools.cpp)