We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 26a083b commit c5e34f4Copy full SHA for c5e34f4
CMakeLists.txt
@@ -30,5 +30,6 @@ target_link_libraries(scratchcpp PRIVATE zip)
30
target_compile_definitions(scratchcpp PRIVATE LIBSCRATCHCPP_LIBRARY)
31
32
if (LIBSCRATCHCPP_BUILD_UNIT_TESTS)
33
+ enable_testing()
34
add_subdirectory(test)
35
endif()
test/CMakeLists.txt
@@ -11,8 +11,6 @@ add_subdirectory(${CMAKE_CURRENT_SOURCE_DIR}/../${GTEST_DIR} ${CMAKE_CURRENT_BIN
11
# For Windows: Prevent overriding the parent project's compiler/linker settings
12
set(gtest_force_shared_crt ON CACHE BOOL "" FORCE)
13
14
-enable_testing()
15
-
16
include(GoogleTest)
17
add_subdirectory(zip)
18
add_subdirectory(load_project)
0 commit comments