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

lr.morales en jderobot.org lr.morales en jderobot.org
Dom Jun 30 18:40:50 CEST 2013


Author: lr.morales
Date: 2013-06-30 18:39:49 +0200 (Sun, 30 Jun 2013)
New Revision: 936

Modified:
   trunk/src/libs/geometry/CMakeLists.txt
Log:
[lr.morales] Corrige dependencias no incluidas en el CMakeLists para la librer?\195?\173a geometry.



Modified: trunk/src/libs/geometry/CMakeLists.txt
===================================================================
--- trunk/src/libs/geometry/CMakeLists.txt	2013-06-18 06:31:44 UTC (rev 935)
+++ trunk/src/libs/geometry/CMakeLists.txt	2013-06-30 16:39:49 UTC (rev 936)
@@ -5,11 +5,13 @@
 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
+                                math/segmento.cpp math/recta.cpp math/plano.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
+                                math/segmento.cpp math/recta.cpp math/plano.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