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 98d02ebb1d Updated MinGW cross-compilation documentation. ago%!(EXTRA string=13 years)
..
README.txt Updated MinGW cross-compilation documentation. ago%!(EXTRA string=13 years)
amd64-mingw32msvc.cmake Removed OS name from MinGW files. ago%!(EXTRA string=13 years)
i586-mingw32msvc.cmake Removed OS name from MinGW files. ago%!(EXTRA string=13 years)
i686-pc-mingw32.cmake Removed OS name from MinGW files. ago%!(EXTRA string=13 years)
i686-w64-mingw32.cmake Removed OS name from MinGW files. ago%!(EXTRA string=13 years)
x86_64-w64-mingw32.cmake Removed OS name from MinGW files. ago%!(EXTRA string=13 years)

README.txt

This directory contains a collection of toolchain definitions for
cross-compiling for Windows using MinGW on various other systems.

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

cmake -DCMAKE_TOOLCHAIN_FILE=<toolchain-file> .

The exact file to use depends on the prefix used by the MinGW binaries on your
system. You can usually see this in the /usr directory, i.e. the Ubuntu
MinGW-w64 packages have /usr/x86_64-w64-mingw32 for the 64-bit compilers, so the
correct invocation would be:

cmake -DCMAKE_TOOLCHAIN_FILE=CMake/x86_64-w64-mingw32.cmake .

For more details see this article:

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