It works
This commit is contained in:
@@ -1,4 +1,3 @@
|
||||
find_package(Catch2 REQUIRED)
|
||||
include_directories("${CMAKE_CURRENT_SOURCE_DIR}")
|
||||
add_executable(testing
|
||||
./test-main.cpp
|
||||
@@ -6,4 +5,3 @@ add_executable(testing
|
||||
../src/algorithm.cpp
|
||||
)
|
||||
set_target_properties(testing PROPERTIES LINKER_LANGUAGE CXX)
|
||||
target_link_libraries(testing Catch2::Catch2)
|
||||
|
||||
Reference in New Issue
Block a user