Initial support for cross-compilation with support for cross compilation to win32

This commit is contained in:
Olivier Delannoy
2010-09-20 19:56:44 +01:00
parent c1ef0a875d
commit a33c5d56cb
4 changed files with 39 additions and 0 deletions
+1
View File
@@ -1,6 +1,7 @@
project(GLFW C)
cmake_minimum_required(VERSION 2.4)
cmake_policy(VERSION 2.4)
set(GLFW_VERSION_MAJOR "3")
set(GLFW_VERSION_MINOR "0")