[Offscreengecko-commits] SF.net SVN: offscreengecko:[90] trunk/src/common/CMakeLists.txt
Status: Pre-Alpha
Brought to you by:
res2002
|
From: <re...@us...> - 2008-11-02 15:50:30
|
Revision: 90
http://offscreengecko.svn.sourceforge.net/offscreengecko/?rev=90&view=rev
Author: res2002
Date: 2008-11-02 15:50:26 +0000 (Sun, 02 Nov 2008)
Log Message:
-----------
Add -fPIC
Modified Paths:
--------------
trunk/src/common/CMakeLists.txt
Modified: trunk/src/common/CMakeLists.txt
===================================================================
--- trunk/src/common/CMakeLists.txt 2008-11-02 15:49:48 UTC (rev 89)
+++ trunk/src/common/CMakeLists.txt 2008-11-02 15:50:26 UTC (rev 90)
@@ -1,2 +1,3 @@
file(GLOB sources *.cpp *.h)
+add_definitions("-fPIC")
add_library(osgk-common STATIC ${sources})
This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site.
|