A multi-platform library for OpenGL, OpenGL ES, Vulkan, window and input
You cannot select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and dots ('.'), can be up to 35 characters long. Letters must be lowercase.
 
 
 
Olivier Delannoy a33c5d56cb Initial support for cross-compilation with support for cross compilation to win32 ago%!(EXTRA string=15 years)
..
README.txt Initial support for cross-compilation with support for cross compilation to win32 ago%!(EXTRA string=15 years)
linux-i686-pc-mingw32.cmake Initial support for cross-compilation with support for cross compilation to win32 ago%!(EXTRA string=15 years)
linux-mingw32msvc.cmake Initial support for cross-compilation with support for cross compilation to win32 ago%!(EXTRA string=15 years)

README.txt

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