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 8a5df93 commit 64a51d3Copy full SHA for 64a51d3
modules/CMakeLists.txt
@@ -1,6 +1,10 @@
1
set(CMAKE_CXX_STANDARD 17)
2
set(CMAKE_CXX_STANDARD_REQUIRED ON)
3
4
+if(WITH_TESTS)
5
+ enable_testing()
6
+endif()
7
+
8
include_directories(ModuleCmd)
9
10
add_subdirectory(ModuleCmd)
0 commit comments