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 d6efe3d commit d452503Copy full SHA for d452503
CMakeLists.txt
@@ -10,6 +10,8 @@ set(CMAKE_CXX_STANDARD 17)
10
set(CMAKE_CXX_STANDARD_REQUIRED ON)
11
set(CMAKE_CXX_EXTENSIONS OFF) # This makes CMake use -std=c++xx instead of -std=gnu++xx
12
13
+set(CMAKE_VS_JUST_MY_CODE_DEBUGGING ON)
14
+
15
# All the options for building the library. Can be changed on the command-line or in initial_cache.cmake.
16
message(STATUS "Options:")
17
option(EOS_BUILD_EXAMPLES "Build the example applications." ON)
0 commit comments