Skip to content

Commit

Permalink
fix(example): not found common_component_example.so[#58]
Browse files Browse the repository at this point in the history
  • Loading branch information
minhanghuang committed Jun 23, 2024
1 parent bd82bf9 commit ad85860
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions cyber/examples/common_component_example/CMakeLists.txt
Original file line number Diff line number Diff line change
Expand Up @@ -27,6 +27,9 @@ set_target_properties(common_component_example PROPERTIES
LIBRARY_OUTPUT_DIRECTORY "${CMAKE_BINARY_DIR}/bin/cyber/examples/common_component_example/"
)

set_target_properties(common_component_example PROPERTIES
LIBRARY_OUTPUT_DIRECTORY "${CMAKE_BINARY_DIR}/cyber/examples/common_component_example/"
)

file(COPY common.dag common.launch
DESTINATION ${CMAKE_BINARY_DIR}/share/examples/common_component_example
Expand Down

0 comments on commit ad85860

Please sign in to comment.