mirror of
https://github.com/enduro2d/enduro2d.git
synced 2026-01-06 11:51:00 +07:00
fix msvc compilation problem (far and near macros)
This commit is contained in:
@@ -18,6 +18,10 @@ elseif(CMAKE_CXX_COMPILER_ID MATCHES "MSVC")
|
||||
endif()
|
||||
endif()
|
||||
|
||||
if(MSVC)
|
||||
add_definitions(/MP)
|
||||
endif(MSVC)
|
||||
|
||||
if(APPLE)
|
||||
add_compile_options(-Wno-deprecated-declarations)
|
||||
endif(APPLE)
|
||||
|
||||
Reference in New Issue
Block a user