diff options
120 files changed, 688 insertions, 505 deletions
diff --git a/CMakeLists.txt b/CMakeLists.txt index 17f7c3d8..a2853cb5 100644 --- a/CMakeLists.txt +++ b/CMakeLists.txt @@ -33,6 +33,13 @@ if(MSVC) # Use /W4 as /Wall includes unnesserey warnings such as added padding to structs set(CMAKE_CXX_FLAGS "/GS /permissive- /W4 ${CMAKE_CXX_FLAGS}") |
