Skip to content

Commit

Permalink
Merge pull request #59 from minhanghuang/fix-example
Browse files Browse the repository at this point in the history
fix(example): not found common_component_example.so[https://github.co…
  • Loading branch information
minhanghuang committed Jun 23, 2024
2 parents bd82bf9 + 635e4bf commit b47d62b
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 1 deletion.
2 changes: 1 addition & 1 deletion CMakeLists.txt
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
cmake_minimum_required(VERSION 3.5.1)

project(cyber VERSION 8.0.0) # Apollo Version
project(cyber VERSION 9.0.0) # Apollo Version

set(CMAKE_CXX_STANDARD 14)
set(TARGET_NAME ${PROJECT_NAME})
Expand Down
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 b47d62b

Please sign in to comment.