diff options
| author | Leonetienne <leon@etiennes.de> | 2022-05-16 23:57:26 +0200 |
|---|---|---|
| committer | Leonetienne <leon@etiennes.de> | 2022-05-16 23:57:26 +0200 |
| commit | 954629f6bc3b7753c5be0c08e0cdb5caf1056d23 (patch) | |
| tree | 33a95f60202135f9fcc689e081a64f2d274d7d99 /Exec/CMakeLists.txt | |
| parent | 1fe3eeb14470470d8c95c40c98a12c15320bcd57 (diff) | |
Adhere to new project structure
Diffstat (limited to 'Exec/CMakeLists.txt')
| -rw-r--r-- | Exec/CMakeLists.txt | 14 |
1 files changed, 0 insertions, 14 deletions
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
-)
|
