Files
glfw/CMake
Camilla Berglund 76bd8b79b6 Merge branch 'master' into EGL
Conflicts:
	src/win32_window.c
	tests/glfwinfo.c
2012-08-01 01:04:14 +02:00
..
2012-07-19 22:29:01 +02:00

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