glfw/CMake
2010-10-03 20:02:37 +02:00
..
CheckX11Extensions.cmake Initial import of 2.7 Lite. 2010-09-07 17:34:51 +02:00
linux-i686-pc-mingw32.cmake Moved additional CMake files into the CMake directory. 2010-10-03 20:02:37 +02:00
linux-mingw32msvc.cmake Moved additional CMake files into the CMake directory. 2010-10-03 20:02:37 +02:00
README.txt Moved additional CMake files into the CMake directory. 2010-10-03 20:02:37 +02:00

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