tor-android/external/badvpn_dns/scripts/toolchain.cmake

7 lines
243 B
CMake
Raw Normal View History

2015-01-25 11:08:34 +00:00
SET(CMAKE_SYSTEM_NAME Windows)
SET(CMAKE_C_COMPILER i686-w64-mingw32-gcc)
SET(CMAKE_FIND_ROOT_PATH $ENV{ROOT})
SET(CMAKE_FIND_ROOT_PATH_MODE_PROGRAM BOTH)
SET(CMAKE_FIND_ROOT_PATH_MODE_LIBRARY ONLY)
SET(CMAKE_FIND_ROOT_PATH_MODE_INCLUDE ONLY)