summaryrefslogtreecommitdiffstats
path: root/StringTools/Exec/CMakeLists.txt
diff options
context:
space:
mode:
authorLeonetienne <leonetienne@hotmail.de>2022-02-11 01:38:39 +0100
committerLeonetienne <leonetienne@hotmail.de>2022-02-11 01:38:39 +0100
commit364ce236b375ecae3a33100d689d8ae60a5e6da3 (patch)
tree88acc77603d9c9c179d142290d5f824fdf1410b4 /StringTools/Exec/CMakeLists.txt
parentfdf684a01d985b9a3c1443c4c3b47c7fbd7d68de (diff)
Yeeted miso
Diffstat (limited to 'StringTools/Exec/CMakeLists.txt')
-rw-r--r--StringTools/Exec/CMakeLists.txt2
1 files changed, 1 insertions, 1 deletions
diff --git a/StringTools/Exec/CMakeLists.txt b/StringTools/Exec/CMakeLists.txt
index f4972b1..d5ba9c1 100644
--- a/StringTools/Exec/CMakeLists.txt
+++ b/StringTools/Exec/CMakeLists.txt
@@ -6,5 +6,5 @@ set(CMAKE_CXX_STANDARD 17)
include_directories(..)
link_directories(../StringTools/cmake-build-debug)
-add_executable(Exec main.cpp ../Test/test.cpp)
+add_executable(Exec main.cpp)
target_link_libraries(Exec Stringtools)