Skip to content

Commit

Permalink
Export dependencies of noether_gui (#209)
Browse files Browse the repository at this point in the history
  • Loading branch information
marip8 authored Jan 3, 2024
1 parent abd63c4 commit 9c4a258
Showing 1 changed file with 15 additions and 1 deletion.
16 changes: 15 additions & 1 deletion noether_gui/CMakeLists.txt
Original file line number Diff line number Diff line change
Expand Up @@ -135,4 +135,18 @@ target_compile_definitions(${PROJECT_NAME}_app PRIVATE NOETHER_GUI_PLUGINS="${PR
install(DIRECTORY include/${PROJECT_NAME}/ DESTINATION include/${PROJECT_NAME})

# Package configuration
configure_package(NAMESPACE noether TARGETS ${PROJECT_NAME} ${PROJECT_NAME}_plugins ${PROJECT_NAME}_app)
configure_package(
NAMESPACE noether
TARGETS
${PROJECT_NAME}
${PROJECT_NAME}_plugins
${PROJECT_NAME}_app
DEPENDENCIES
Eigen3
"Boost REQUIRED COMPONENTS program_options"
boost_plugin_loader
noether_tpp
"PCL REQUIRED COMPONENTS io surface"
"Qt5 REQUIRED COMPONENTS Widgets"
yaml-cpp
)

0 comments on commit 9c4a258

Please sign in to comment.