Skip to content

Commit

Permalink
Added "SHARED"
Browse files Browse the repository at this point in the history
Signed-off-by: Shintaro Sakoda <[email protected]>
  • Loading branch information
SakodaShintaro committed Dec 10, 2024
1 parent e285c8b commit 15c5a34
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion common/autoware_node/CMakeLists.txt
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@ project(autoware_node)
find_package(autoware_cmake REQUIRED)
autoware_package()

ament_auto_add_library(${PROJECT_NAME} src/node.cpp)
ament_auto_add_library(${PROJECT_NAME} SHARED src/node.cpp)

if(BUILD_TESTING)
file(GLOB_RECURSE TEST_FILES test/*.cpp)
Expand Down

0 comments on commit 15c5a34

Please sign in to comment.