Move NOMINMAX define

This commit is contained in:
Chocobo1
2017-08-28 15:24:02 +08:00
parent 551ffb88ab
commit 39b56ac598
4 changed files with 2 additions and 5 deletions

View File

@@ -24,6 +24,7 @@ add_definitions(-DUNICODE
-D_WIN32_IE=0x0501
-D_CRT_SECURE_NO_DEPRECATE
-D_SCL_SECURE_NO_DEPRECATE
-DNOMINMAX
)
# and boost
set(Boost_USE_STATIC_LIBS True)