We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents 128599e + fd55886 commit abfe61eCopy full SHA for abfe61e
CMakeLists.txt
@@ -47,7 +47,7 @@ set(SOURCE_FILES
47
${MOC_FILES}
48
)
49
50
-add_library(${PROJECT_NAME} ${SOURCE_FILES})
+add_library(${PROJECT_NAME} MODULE ${SOURCE_FILES})
51
target_link_libraries(${PROJECT_NAME} ${QT_LIBRARIES} ${Boost_LIBRARIES} ${OCTOMAP_LIBRARIES} ${catkin_LIBRARIES})
52
target_compile_options(${PROJECT_NAME} PUBLIC "-Wno-register") # Avoid OGRE deprecaton warnings under C++17
53
0 commit comments