Skip to content

Commit abfe61e

Browse files
authored
Merge pull request #36 from skasperski/kinetic-devel
Build plugin-lib as module.
2 parents 128599e + fd55886 commit abfe61e

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

CMakeLists.txt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -47,7 +47,7 @@ set(SOURCE_FILES
4747
${MOC_FILES}
4848
)
4949

50-
add_library(${PROJECT_NAME} ${SOURCE_FILES})
50+
add_library(${PROJECT_NAME} MODULE ${SOURCE_FILES})
5151
target_link_libraries(${PROJECT_NAME} ${QT_LIBRARIES} ${Boost_LIBRARIES} ${OCTOMAP_LIBRARIES} ${catkin_LIBRARIES})
5252
target_compile_options(${PROJECT_NAME} PUBLIC "-Wno-register") # Avoid OGRE deprecaton warnings under C++17
5353

0 commit comments

Comments
 (0)