mirror of
https://github.com/MaJerle/lwmem.git
synced 2025-01-13 21:42:53 +08:00
8 lines
241 B
CMake
8 lines
241 B
CMake
set(CMAKE_SYSTEM_NAME Windows)
|
|
|
|
# Some default GCC settings
|
|
set(CMAKE_C_COMPILER i686-w64-mingw32-gcc)
|
|
set(CMAKE_CXX_COMPILER i686-w64-mingw32-g++)
|
|
|
|
set(CMAKE_TRY_COMPILE_TARGET_TYPE STATIC_LIBRARY)
|