4 lines
92 B
CMake
4 lines
92 B
CMake
|
if(WIN32)
|
||
|
add_definitions(-D_CRT_SECURE_NO_WARNINGS -D_CRT_NONSTDC_NO_WARNINGS)
|
||
|
endif()
|