Skip to content

Commit

Permalink
Added kludgy install for autogened TopicSelect header that is require…
Browse files Browse the repository at this point in the history
…d if external plugin packages include topic_select.h
  • Loading branch information
rjb0026 committed Aug 21, 2024
1 parent 9729b62 commit 2bbba2c
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions mapviz_plugins/CMakeLists.txt
Original file line number Diff line number Diff line change
Expand Up @@ -226,6 +226,10 @@ install(DIRECTORY include/${PROJECT_NAME}/
FILES_MATCHING PATTERN "*.h"
)

install(FILES ${CMAKE_CURRENT_BINARY_DIR}/ui_topicselect.h
DESTINATION include/${PROJECT_NAME}
)

install(TARGETS ${PROJECT_NAME}
RUNTIME DESTINATION lib/${PROJECT_NAME}
LIBRARY DESTINATION lib
Expand Down

0 comments on commit 2bbba2c

Please sign in to comment.