From 896e997c88d089d39725c549338cef34a3423e9b Mon Sep 17 00:00:00 2001 From: Aitor Martinez Date: Mon, 19 Feb 2018 13:32:05 +0100 Subject: [PATCH] install scratch2jderobot --- src/tools/scratch2jderobot/CMakeLists.txt | 18 ++++++++++++++++-- 1 file changed, 16 insertions(+), 2 deletions(-) diff --git a/src/tools/scratch2jderobot/CMakeLists.txt b/src/tools/scratch2jderobot/CMakeLists.txt index 6fdfaff31..e014b8647 100644 --- a/src/tools/scratch2jderobot/CMakeLists.txt +++ b/src/tools/scratch2jderobot/CMakeLists.txt @@ -65,7 +65,21 @@ IF (ENABLE_ROS) # add_rostest(test/.test) #endif() - INSTALL (FILES ${CMAKE_CURRENT_SOURCE_DIR}/cfg/robot.yml DESTINATION ${CMAKE_INSTALL_PREFIX}/share/jderobot/conf COMPONENT scratch2jderobot) + ############# + ## INSTALL ## + ############# + + + #INSTALL (FILES ${CMAKE_CURRENT_SOURCE_DIR}/cfg/robot.yml DESTINATION ${CMAKE_INSTALL_PREFIX}/share/jderobot/conf COMPONENT scratch2jderobot) + + #INSTALL (FILES ${CMAKE_CURRENT_SOURCE_DIR}/cfg/drone.yml DESTINATION ${CMAKE_INSTALL_PREFIX}/share/jderobot/conf COMPONENT scratch2jderobot) + + INSTALL (DIRECTORY ${CMAKE_CURRENT_SOURCE_DIR}/src DESTINATION ${CMAKE_INSTALL_PREFIX}/share/jderobot/python/scratch2jderobot/ COMPONENT scratch2jderobot) + INSTALL (DIRECTORY ${CMAKE_CURRENT_SOURCE_DIR}/data DESTINATION ${CMAKE_INSTALL_PREFIX}/share/jderobot/python/scratch2jderobot/ COMPONENT scratch2jderobot) + INSTALL (DIRECTORY ${CMAKE_CURRENT_SOURCE_DIR}/extension DESTINATION ${CMAKE_INSTALL_PREFIX}/share/jderobot/python/scratch2jderobot/ COMPONENT scratch2jderobot) + INSTALL (DIRECTORY ${CMAKE_CURRENT_SOURCE_DIR}/kurt DESTINATION ${CMAKE_INSTALL_PREFIX}/share/jderobot/python/scratch2jderobot/ COMPONENT scratch2jderobot) + INSTALL (DIRECTORY ${CMAKE_CURRENT_SOURCE_DIR}/scripts DESTINATION ${CMAKE_INSTALL_PREFIX}/share/jderobot/python/scratch2jderobot/ COMPONENT scratch2jderobot) + INSTALL (DIRECTORY ${CMAKE_CURRENT_SOURCE_DIR}/cfg DESTINATION ${CMAKE_INSTALL_PREFIX}/share/jderobot/python/scratch2jderobot/ COMPONENT scratch2jderobot) + #INSTALL (FILES ${CMAKE_CURRENT_SOURCE_DIR}/scripts/scratch2python.py DESTINATION ${CMAKE_INSTALL_PREFIX}/share/jderobot/python/scratch2jderobot/ COMPONENT scratch2jderobot) - INSTALL (FILES ${CMAKE_CURRENT_SOURCE_DIR}/cfg/drone.yml DESTINATION ${CMAKE_INSTALL_PREFIX}/share/jderobot/conf COMPONENT scratch2jderobot) ENDIF()