We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent e285c8b commit 15c5a34Copy full SHA for 15c5a34
common/autoware_node/CMakeLists.txt
@@ -4,7 +4,7 @@ project(autoware_node)
4
find_package(autoware_cmake REQUIRED)
5
autoware_package()
6
7
-ament_auto_add_library(${PROJECT_NAME} src/node.cpp)
+ament_auto_add_library(${PROJECT_NAME} SHARED src/node.cpp)
8
9
if(BUILD_TESTING)
10
file(GLOB_RECURSE TEST_FILES test/*.cpp)
0 commit comments