Skip to content

Commit d452503

Browse files
committed
Added CMAKE_VS_JUST_MY_CODE_DEBUGGING ON to CMakeLists
This is a good default for Windows developers and won't affect anyone else.
1 parent d6efe3d commit d452503

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

CMakeLists.txt

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -10,6 +10,8 @@ set(CMAKE_CXX_STANDARD 17)
1010
set(CMAKE_CXX_STANDARD_REQUIRED ON)
1111
set(CMAKE_CXX_EXTENSIONS OFF) # This makes CMake use -std=c++xx instead of -std=gnu++xx
1212

13+
set(CMAKE_VS_JUST_MY_CODE_DEBUGGING ON)
14+
1315
# All the options for building the library. Can be changed on the command-line or in initial_cache.cmake.
1416
message(STATUS "Options:")
1517
option(EOS_BUILD_EXAMPLES "Build the example applications." ON)

0 commit comments

Comments
 (0)