mirror of
https://github.com/moveit/moveit_task_constructor.git
synced 2025-11-04 14:49:57 +08:00
do not export inline functions (#147)
This makes sure that code using `pimpl()` will not compile out of the box unless the _p header is included.
This commit is contained in:
parent
0eae0e652e
commit
90f5d22e83
@ -43,6 +43,8 @@ if(NOT MOVEIT_MASTER)
|
||||
endif()
|
||||
add_definitions(-DMOVEIT_MASTER=${MOVEIT_MASTER})
|
||||
|
||||
add_compile_options(-fvisibility-inlines-hidden)
|
||||
|
||||
set(PROJECT_INCLUDE ${CMAKE_CURRENT_SOURCE_DIR}/include/moveit/task_constructor)
|
||||
|
||||
add_subdirectory(src)
|
||||
|
||||
Loading…
Reference in New Issue
Block a user