4 lines
53 B
CMake
4 lines
53 B
CMake
|
if(WIN32)
|
||
|
add_compile_definitions(NOMINMAX)
|
||
|
endif()
|