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