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.
 
 
 
Camilla Berglund 8d2c2791c2 Added initial Linux MinGW-w64 support. ago%!(EXTRA string=13 years)
..
README.txt Updated toolchain file README. ago%!(EXTRA string=13 years)
linux-amd64-mingw32msvc.cmake Added initial Linux MinGW-w64 support. ago%!(EXTRA string=13 years)
linux-i586-mingw32msvc.cmake Gave CMake toolchain file clearer name. ago%!(EXTRA string=13 years)
linux-i686-pc-mingw32.cmake Moved additional CMake files into the CMake directory. ago%!(EXTRA string=15 years)

README.txt

This directory contains a collection of toolchain definitions for cross
compilation, currently limited to compiling Win32 binaries on Linux.

The toolchain file naming scheme is as follows:

host-system-compiler.cmake

To use these files you add a special parameter when configuring the source tree:

cmake -DCMAKE_TOOLCHAIN_FILE=<toolchain-file> .

For example, to use the Debian GNU/Linux MinGW package, run CMake like this:

cmake -DCMAKE_TOOLCHAIN_FILE=CMake/linux-i586-mingw32msvc.cmake .

For more details see this article:

http://www.paraview.org/Wiki/CMake_Cross_Compiling