Files
developtools_global_resourc…/win32.cmake
T
chencheng31 2fc94b89d7 提交 restool 代码
Signed-off-by: chencheng31 <chencheng8@huawei.com>
2022-02-28 10:59:39 +08:00

11 lines
409 B
CMake

SET(CMAKE_SYSTEM_NAME Windows)
SET(CMAKE_C_COMPILER x86_64-w64-mingw32-gcc)
SET(CMAKE_CXX_COMPILER x86_64-w64-mingw32-g++)
SET(CMAKE_CXX_LINK_EXECUTABLE x86_64-w64-mingw32-ld)
SET(CMAKE_CXX_COMPILER_AR x86_64-w64-mingw32-ar)
SET(CMAKE_RC_COMPILER x86_64-w64-mingw32-windres)
SET(CMAKE_FIND_ROOT_PATH_MODE_PROGRAM NEVER)
SET(CMAKE_FIND_ROOT_PATH_MODE_LIBRARY ONLY)
SET(CMAKE_FIND_ROOT_PATH_MODE_INCLUDE ONLY)