From 954629f6bc3b7753c5be0c08e0cdb5caf1056d23 Mon Sep 17 00:00:00 2001 From: Leonetienne Date: Mon, 16 May 2022 23:57:26 +0200 Subject: Adhere to new project structure --- Exec/CMakeLists.txt | 14 -------------- 1 file changed, 14 deletions(-) delete mode 100644 Exec/CMakeLists.txt (limited to 'Exec/CMakeLists.txt') diff --git a/Exec/CMakeLists.txt b/Exec/CMakeLists.txt deleted file mode 100644 index c51da8b..0000000 --- a/Exec/CMakeLists.txt +++ /dev/null @@ -1,14 +0,0 @@ -cmake_minimum_required(VERSION 3.16) -project(Exec) - -set(CMAKE_CXX_STANDARD 17) - -include_directories(../Src) - -FILE(GLOB StringTools ../Src/*.cpp) - -add_executable(Exec - ${StringTools} - - main.cpp -) -- cgit v1.2.3