Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Export dependencies of noether_gui #209

Merged
merged 1 commit into from
Jan 3, 2024
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
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
)
Loading