Skip to content
Snippets Groups Projects
Commit 7951ac57 authored by vahrenkamp's avatar vahrenkamp
Browse files

added simox libraries to export set

git-svn-id: http://svn.code.sf.net/p/simox/code/trunk@486 042f3d55-54a8-47e9-b7fb-15903f145c44
parent b3318824
No related branches found
No related tags found
No related merge requests found
......@@ -18,20 +18,24 @@ INCLUDE (config.cmake)
MESSAGE(STATUS "** Simox build directory: ${Simox_BUILD_DIRECTORY}")
add_subdirectory(VirtualRobot)
set (SIMOX_EXPORT_TARGET_LIST VirtualRobot)
list (APPEND Simox_LIBRARIES VirtualRobot)
list(APPEND SIMOX_EXPORT_TARGET_LIST ColCheckerPQP)
if (Simox_BUILD_Saba)
add_subdirectory(MotionPlanning)
list(APPEND SIMOX_EXPORT_TARGET_LIST Saba)
list (APPEND Simox_LIBRARIES Saba)
endif()
if (Simox_BUILD_GraspStudio)
add_subdirectory(GraspPlanning)
list(APPEND SIMOX_EXPORT_TARGET_LIST GraspStudio)
list(APPEND SIMOX_EXPORT_TARGET_LIST qhull)
list(APPEND SIMOX_EXPORT_TARGET_LIST powercrust)
list (APPEND Simox_LIBRARIES GraspStudio)
endif()
if (Simox_BUILD_SimDynamics)
add_subdirectory(SimDynamics)
list(APPEND SIMOX_EXPORT_TARGET_LIST SimDynamics)
list (APPEND Simox_LIBRARIES SimDynamics)
endif()
add_subdirectory(doc)
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment