mirror of
https://github.com/EQEmu/Server.git
synced 2026-06-19 16:58:20 +00:00
added std:: to a lot of locations which where
missed and added NOMINMAX to cmakelist
This commit is contained in:
@@ -18,6 +18,7 @@ ADD_EXECUTABLE(tests ${tests_sources} ${tests_headers})
|
||||
TARGET_LINK_LIBRARIES(tests Common cppunit)
|
||||
|
||||
IF(MSVC)
|
||||
ADD_DEFINITIONS(-DNOMINMAX)
|
||||
SET_TARGET_PROPERTIES(tests PROPERTIES LINK_FLAGS_RELEASE "/OPT:REF /OPT:ICF")
|
||||
TARGET_LINK_LIBRARIES(tests "Ws2_32.lib")
|
||||
ENDIF(MSVC)
|
||||
|
||||
Reference in New Issue
Block a user