From a6c9e64eb559a58d31f5ea68b8947f460ed8f04b Mon Sep 17 00:00:00 2001 From: Leonetienne Date: Sat, 12 Feb 2022 03:07:11 +0100 Subject: Better directory structure naming --- StringTools/Exec/CMakeLists.txt | 10 ---------- 1 file changed, 10 deletions(-) delete mode 100644 StringTools/Exec/CMakeLists.txt (limited to 'StringTools/Exec/CMakeLists.txt') diff --git a/StringTools/Exec/CMakeLists.txt b/StringTools/Exec/CMakeLists.txt deleted file mode 100644 index d5ba9c1..0000000 --- a/StringTools/Exec/CMakeLists.txt +++ /dev/null @@ -1,10 +0,0 @@ -cmake_minimum_required(VERSION 3.16) -project(Exec) - -set(CMAKE_CXX_STANDARD 17) - -include_directories(..) -link_directories(../StringTools/cmake-build-debug) - -add_executable(Exec main.cpp) -target_link_libraries(Exec Stringtools) -- cgit v1.2.3