mirror of
https://github.com/pineappleEA/pineapple-src.git
synced 2024-11-25 09:18:25 -05:00
4 lines
92 B
CMake
Executable File
4 lines
92 B
CMake
Executable File
if(WIN32)
|
|
add_definitions(-D_CRT_SECURE_NO_WARNINGS -D_CRT_NONSTDC_NO_WARNINGS)
|
|
endif()
|