[Jderobot-admin] jderobot-r1248 - trunk/src/stable/libs/xmlParser
frivas en jderobot.org
frivas en jderobot.org
Mie Dic 3 22:39:56 CET 2014
Author: frivas
Date: 2014-12-03 22:39:56 +0100 (Wed, 03 Dec 2014)
New Revision: 1248
Modified:
trunk/src/stable/libs/xmlParser/CMakeLists.txt
Log:
[#285] fixed xmlParser link undefined references
Modified: trunk/src/stable/libs/xmlParser/CMakeLists.txt
===================================================================
--- trunk/src/stable/libs/xmlParser/CMakeLists.txt 2014-12-03 21:38:41 UTC (rev 1247)
+++ trunk/src/stable/libs/xmlParser/CMakeLists.txt 2014-12-03 21:39:56 UTC (rev 1248)
@@ -9,7 +9,7 @@
TARGET_LINK_LIBRARIES(xmlParser ${Boost_LIBRARIES})
add_library (xmlParsershare SHARED xmlReaderParser.cpp xmlReaderParser.h xmlWriterParser.cpp xmlWriterParser.h)
-TARGET_LINK_LIBRARIES(xmlParsershare ${Boost_LIBRARIES})
+TARGET_LINK_LIBRARIES(xmlParsershare ${Boost_LIBRARIES} ${libxmlpp_LIBRARIES} )
set_target_properties(xmlParsershare PROPERTIES OUTPUT_NAME xmlParser)
More information about the Jderobot-admin
mailing list