Skip to content

Commit

Permalink
[CMake] Don't export + fix installation directory of geometric_simu
Browse files Browse the repository at this point in the history
WIP CMake.
  • Loading branch information
jmirabel authored and Olivier Stasse committed Apr 9, 2020
1 parent 53bdf5b commit f43cf76
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions src/CMakeLists.txt
Original file line number Diff line number Diff line change
Expand Up @@ -48,8 +48,8 @@ ENDIF(BUILD_PYTHON_INTERFACE)
# Stand alone embedded intepreter with a robot controller.
add_executable(geometric_simu geometric_simu.cpp sot_loader.cpp sot_loader_basic.cpp)
target_link_libraries(geometric_simu ${Boost_LIBRARIES} ${CMAKE_DL_LIBS} ${catkin_LIBRARIES} ros_bridge)
install(TARGETS geometric_simu EXPORT ${TARGETS_EXPORT_NAME}
DESTINATION bin)
install(TARGETS geometric_simu
DESTINATION lib/${PROJECT_NAME})

# Sot loader library
add_library(sot_loader sot_loader.cpp sot_loader_basic.cpp)
Expand Down

0 comments on commit f43cf76

Please sign in to comment.