summaryrefslogtreecommitdiff
path: root/Toolchain/arm-mingw32ce.cmake
blob: f72098b4863320708e89c54e8bca5ea9fe442ed6 (plain)
1
2
3
4
5
6
7
8
SET(CMAKE_SYSTEM_NAME WINCE)

# specify the cross compiler
SET(CMAKE_C_COMPILER "arm-mingw32ce-gcc")
SET(CMAKE_CXX_COMPILER "arm-mingw32ce-g++")
SET(CMAKE_RC_COMPILER_INIT "arm-mingw32ce-windres")
SET(PKG_CONFIG_EXECUTABLE "arm-mingw32ce-pkg-config")
SET(WINCE TRUE)