Skip to content

Commit 15c5a34

Browse files
Added "SHARED"
Signed-off-by: Shintaro Sakoda <shintaro.sakoda@tier4.jp>
1 parent e285c8b commit 15c5a34

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

common/autoware_node/CMakeLists.txt

+1-1
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@ project(autoware_node)
44
find_package(autoware_cmake REQUIRED)
55
autoware_package()
66

7-
ament_auto_add_library(${PROJECT_NAME} src/node.cpp)
7+
ament_auto_add_library(${PROJECT_NAME} SHARED src/node.cpp)
88

99
if(BUILD_TESTING)
1010
file(GLOB_RECURSE TEST_FILES test/*.cpp)

0 commit comments

Comments
 (0)