Skip to content

Commit

Permalink
Readded env hooks (space-ros#46)
Browse files Browse the repository at this point in the history
  • Loading branch information
namikxgithub authored and jasmeet0915 committed Sep 6, 2024
1 parent 7e192b8 commit bbed18f
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 0 deletions.
2 changes: 2 additions & 0 deletions custom_gz_plugins/CMakeLists.txt
Original file line number Diff line number Diff line change
Expand Up @@ -32,4 +32,6 @@ if(BUILD_TESTING)
ament_lint_auto_find_test_dependencies()
endif()

ament_environment_hooks("${CMAKE_CURRENT_SOURCE_DIR}/env_hooks/${PROJECT_NAME}.dsv.in")

ament_package()
2 changes: 2 additions & 0 deletions custom_gz_plugins/env_hooks/custom_gz_plugins.dsv.in
Original file line number Diff line number Diff line change
@@ -0,0 +1,2 @@
prepend-non-duplicate;GZ_SIM_SYSTEM_PLUGIN_PATH;lib
prepend-non-duplicate;GZ_GUI_PLUGIN_PATH;lib

0 comments on commit bbed18f

Please sign in to comment.