[Jderobot-admin] jderobot-r928 - trunk/src/libs/geometry

ahcorde en jderobot.org ahcorde en jderobot.org
Mie Jun 5 12:39:28 CEST 2013


Author: ahcorde
Date: 2013-06-05 12:38:26 +0200 (Wed, 05 Jun 2013)
New Revision: 928

Added:
   trunk/src/libs/geometry/CMakeLists.txt
Log:
[ahcorde]


Added: trunk/src/libs/geometry/CMakeLists.txt
===================================================================
--- trunk/src/libs/geometry/CMakeLists.txt	                        (rev 0)
+++ trunk/src/libs/geometry/CMakeLists.txt	2013-06-05 10:38:26 UTC (rev 928)
@@ -0,0 +1,15 @@
+CMAKE_MINIMUM_REQUIRED(VERSION 2.8)
+ 
+PROJECT(libgeometry)
+ 
+INCLUDE_DIRECTORIES(${CMAKE_CURRENT_SOURCE_DIR})
+ 
+ADD_LIBRARY(geometry_shared SHARED math/matriz3x3.cpp math/matriz4x4.cpp math/utils.cpp math/vector2d.cpp math/vector3.cpp
+                                collada/colladaparser.cpp collada/color.cpp collada/malla.cpp collada/material.cpp collada/submalla.cpp)
+
+SET_PROPERTY(TARGET geometry_shared PROPERTY SOVERSION 1.0)
+ 
+ADD_LIBRARY(geometry_static STATIC math/matriz3x3.cpp math/matriz4x4.cpp math/utils.cpp math/vector2d.cpp math/vector3.cpp
+                                collada/colladaparser.cpp collada/color.cpp collada/malla.cpp collada/material.cpp collada/submalla.cpp)
+ 
+SET_TARGET_PROPERTIES(geometry_shared geometry_static PROPERTIES OUTPUT_NAME geometry)



More information about the Jderobot-admin mailing list