Skip to content

Commit d337e08

Browse files
namikxgithubmkhansenbot
authored andcommitted
Readded env hooks (space-ros#46)
1 parent 20a6bfa commit d337e08

File tree

2 files changed

+4
-0
lines changed

2 files changed

+4
-0
lines changed

custom_gz_plugins/CMakeLists.txt

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -32,4 +32,6 @@ if(BUILD_TESTING)
3232
ament_lint_auto_find_test_dependencies()
3333
endif()
3434

35+
ament_environment_hooks("${CMAKE_CURRENT_SOURCE_DIR}/env_hooks/${PROJECT_NAME}.dsv.in")
36+
3537
ament_package()
Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,2 @@
1+
prepend-non-duplicate;GZ_SIM_SYSTEM_PLUGIN_PATH;lib
2+
prepend-non-duplicate;GZ_GUI_PLUGIN_PATH;lib

0 commit comments

Comments
 (0)