diff options
| author | Leonetienne <leonetienne@hotmail.de> | 2022-02-11 01:38:39 +0100 |
|---|---|---|
| committer | Leonetienne <leonetienne@hotmail.de> | 2022-02-11 01:38:39 +0100 |
| commit | 364ce236b375ecae3a33100d689d8ae60a5e6da3 (patch) | |
| tree | 88acc77603d9c9c179d142290d5f824fdf1410b4 /StringTools/Exec/CMakeLists.txt | |
| parent | fdf684a01d985b9a3c1443c4c3b47c7fbd7d68de (diff) | |
Yeeted miso
Diffstat (limited to 'StringTools/Exec/CMakeLists.txt')
| -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 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)
|
