From 7726d64530f82fc9b8ac08f484491335bd7ca2a4 Mon Sep 17 00:00:00 2001 From: Leonetienne Date: Sat, 12 Feb 2022 16:04:48 +0100 Subject: Optimized directory structure --- Src/CMakeLists.txt | 6 ++++++ 1 file changed, 6 insertions(+) create mode 100644 Src/CMakeLists.txt (limited to 'Src/CMakeLists.txt') 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) -- cgit v1.2.3