diff options
| author | Leonetienne <leonetienne@hotmail.de> | 2022-02-11 01:32:21 +0100 |
|---|---|---|
| committer | Leonetienne <leonetienne@hotmail.de> | 2022-02-11 01:32:21 +0100 |
| commit | e3932dbdceb841961e7ad889c4e290e00d268018 (patch) | |
| tree | 5a3428ef2af9356fd4504273d106ae228ae7fd56 | |
| parent | 336f2f862afd43f4c9bab3caed39863c569008c4 (diff) | |
Made Exec compile with cmake/clang
| -rw-r--r-- | StringTools/Exec/CMakeLists.txt | 2 |
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)
|
