summaryrefslogtreecommitdiff
path: root/Toolchain/arm-mingw32ce.cmake
blob: c1d80b60708769d2fea251b3bf45035323eb233f (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
SET(CMAKE_SYSTEM_NAME WINCE)

# specify the cross compiler
SET(CMAKE_C_COMPILER "arm-mingw32ce-gcc")
SET(CMAKE_CXX_COMPILER "arm-mingw32ce-g++")
SET(WINCE TRUE)

# where is the target environment
#SET(CMAKE_FIND_ROOT_PATH /usr/i686-pc-mingw32/sys-root/mingw)

# search for programs in the build host directories
#SET(CMAKE_FIND_ROOT_PATH_MODE_PROGRAM NEVER)
# for libraries and headers in the target directories
#SET(CMAKE_FIND_ROOT_PATH_MODE_LIBRARY ONLY)
#SET(CMAKE_FIND_ROOT_PATH_MODE_INCLUDE ONLY)