comparison Resources/MinGWToolchain.cmake @ 1431:3e53edcd0120

toolchains for MinGW-w64
author Sebastien Jodogne <s.jodogne@gmail.com>
date Tue, 30 Jun 2015 11:54:16 +0200
parents ec2c2411d4db
children 8b6b0b6ece6b
comparison
equal deleted inserted replaced
1430:ad94a3583b07 1431:3e53edcd0120
1 # http://www.vtk.org/Wiki/CmakeMingw
2
3 # the name of the target operating system 1 # the name of the target operating system
4 set(CMAKE_SYSTEM_NAME Windows) 2 set(CMAKE_SYSTEM_NAME Windows)
5 3
6 # which compilers to use for C and C++ 4 # which compilers to use for C and C++
7 set(CMAKE_C_COMPILER i586-mingw32msvc-gcc) 5 set(CMAKE_C_COMPILER i586-mingw32msvc-gcc)