summaryrefslogtreecommitdiffstats
path: root/StringTools/Exec/CMakeLists.txt
diff options
context:
space:
mode:
authorLeonetienne <leonetienne@hotmail.de>2022-02-11 01:32:21 +0100
committerLeonetienne <leonetienne@hotmail.de>2022-02-11 01:32:21 +0100
commite3932dbdceb841961e7ad889c4e290e00d268018 (patch)
tree5a3428ef2af9356fd4504273d106ae228ae7fd56 /StringTools/Exec/CMakeLists.txt
parent336f2f862afd43f4c9bab3caed39863c569008c4 (diff)
Made Exec compile with cmake/clang
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 d5ba9c1..f4972b1 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)
+add_executable(Exec main.cpp ../Test/test.cpp)
target_link_libraries(Exec Stringtools)