Optimized directory structure

This commit is contained in:
Leonetienne
2022-02-12 16:04:48 +01:00
parent a8b8d55769
commit 7726d64530
15 changed files with 19 additions and 76 deletions

6
Src/CMakeLists.txt Normal file
View File

@@ -0,0 +1,6 @@
cmake_minimum_required(VERSION 3.16)
project(StringTools)
set(CMAKE_CXX_STANDARD 17)
add_library(StringTools StringTools.cpp)