Initial support for cross-compilation with support for cross compilation to win32

This commit is contained in:
Olivier Delannoy
2010-09-20 19:56:44 +01:00
parent c1ef0a875d
commit a33c5d56cb
4 changed files with 39 additions and 0 deletions
+10
View File
@@ -0,0 +1,10 @@
This folder contains a collection of toolchains definition in order to
support cross compilation. The naming scheme is the following:
host-system-compiler.cmake
to use this at the time you run the initial cmake command use the
following parameter
-DCMAKE_TOOLCHAIN_FILE=./toolchains/XXX-XXX-XXX.cmake
which maps to file in this folder.
For more details see: http://www.paraview.org/Wiki/CMake_Cross_Compiling