Skip to content

Commit 7b5f590

Browse files
committed
update source file path
1 parent 05ee391 commit 7b5f590

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

library/test/CMakeLists.txt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@ set(CMAKE_CATCH_DISCOVER_TESTS_DISCOVERY_MODE PRE_TEST)
55

66
# ---- Define executable ----
77

8-
add_executable(CoreTests ${PROJECT_SOURCE_DIR}/library/test/Tests.cpp)
8+
add_executable(CoreTests Tests.cpp)
99
target_link_libraries(CoreTests PRIVATE Core Catch2::Catch2WithMain)
1010
target_compile_features(CoreTests PRIVATE cxx_std_17)
1111

0 commit comments

Comments
 (0)