Made static library build with -fPIC for Rust.

Fixes #199.
This commit is contained in:
Camilla Berglund
2014-10-07 12:48:01 +02:00
parent 96d230becb
commit 2a255e49e2
3 changed files with 5 additions and 2 deletions
+1 -1
View File
@@ -1,6 +1,6 @@
project(GLFW C)
cmake_minimum_required(VERSION 2.8)
cmake_minimum_required(VERSION 2.8.9)
set(GLFW_VERSION_MAJOR "3")
set(GLFW_VERSION_MINOR "1")