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 7c7a915 commit 84acc27Copy full SHA for 84acc27
CMakeLists.txt
@@ -11,6 +11,8 @@ project(Algorithms_in_C++
11
set(CMAKE_CXX_STANDARD 11)
12
set(CMAKE_CXX_STANDARD_REQUIRED ON)
13
14
+include(CTest) # for testing algorithms
15
+
16
if(MSVC)
17
# set(CMAKE_CXX_STANDARD 14)
18
add_compile_definitions(_CRT_SECURE_NO_WARNINGS)
0 commit comments