[Jderobot-admin] jderobot-r1247 - trunk/src/stable/libs/depthLib

frivas en jderobot.org frivas en jderobot.org
Mie Dic 3 22:38:41 CET 2014


Author: frivas
Date: 2014-12-03 22:38:41 +0100 (Wed, 03 Dec 2014)
New Revision: 1247

Modified:
   trunk/src/stable/libs/depthLib/CMakeLists.txt
Log:
[#286] fixed depthLib link undefined references


Modified: trunk/src/stable/libs/depthLib/CMakeLists.txt
===================================================================
--- trunk/src/stable/libs/depthLib/CMakeLists.txt	2014-11-11 21:13:43 UTC (rev 1246)
+++ trunk/src/stable/libs/depthLib/CMakeLists.txt	2014-12-03 21:38:41 UTC (rev 1247)
@@ -9,7 +9,7 @@
 TARGET_LINK_LIBRARIES(depthLib ${Boost_LIBRARIES})
 
 add_library (depthLibshare SHARED DepthFilter.cpp  DepthFilter.h  DepthSampler.cpp  DepthSampler.h)
-TARGET_LINK_LIBRARIES(depthLibshare ${Boost_LIBRARIES})
+TARGET_LINK_LIBRARIES(depthLibshare ${Boost_LIBRARIES} ${ZeroCIce_LIBRARIES} ${OpenCV_LIBRARIES})
 
 
 set_target_properties(depthLibshare PROPERTIES OUTPUT_NAME depthLib)



More information about the Jderobot-admin mailing list