[Jderobot-admin] jderobot-r1163 - trunk/src/stable/components/introrob

rocapal en jderobot.org rocapal en jderobot.org
Lun Feb 17 23:56:16 CET 2014


Author: rocapal
Date: 2014-02-17 23:56:15 +0100 (Mon, 17 Feb 2014)
New Revision: 1163

Modified:
   trunk/src/stable/components/introrob/CMakeLists.txt
Log:
#133 Install some png and xml files


Modified: trunk/src/stable/components/introrob/CMakeLists.txt
===================================================================
--- trunk/src/stable/components/introrob/CMakeLists.txt	2014-02-17 21:16:52 UTC (rev 1162)
+++ trunk/src/stable/components/introrob/CMakeLists.txt	2014-02-17 22:56:15 UTC (rev 1163)
@@ -17,6 +17,14 @@
 
 set( CMAKE_CXX_FLAGS "-Wno-deprecated")  # Opciones para el compilador
 
+INSTALL (FILES ${CMAKE_CURRENT_SOURCE_DIR}/myimage.png DESTINATION /usr/local/share/jderobot/conf/ )
+
+FILE(GLOB XML_FILES ${CMAKE_CURRENT_SOURCE_DIR}/cameras/*xml)
+FOREACH (xml ${XML_FILES})
+        INSTALL (FILES ${xml} DESTINATION /usr/local/share/jderobot/conf/camera/)
+ENDFOREACH(xml)
+
+
 add_executable (introrob  ${SOURCE_FILES})
 TARGET_LINK_LIBRARIES(introrob
     ${CMAKE_THREAD_LIBS_INIT} 



More information about the Jderobot-admin mailing list