We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 2ba1185 commit c9ea43eCopy full SHA for c9ea43e
CMakeLists.txt
@@ -24,6 +24,9 @@ if(_7BIT_DI_BUILD_DOCS)
24
endif()
25
26
if(_7BIT_DI_BUILD_TESTS)
27
+ include(GoogleTest)
28
+ enable_testing()
29
+
30
add_subdirectory(Tests)
31
32
Tests/CMakeLists.txt
@@ -1,6 +1,3 @@
1
-include(GoogleTest)
2
-enable_testing()
3
-
4
find_package(GTest REQUIRED)
5
6
file(GLOB_RECURSE SOURCES CONFIGURE_DEPENDS *.cpp)
0 commit comments