Skip to content
Snippets Groups Projects
Commit 29afdd27 authored by ydepledt's avatar ydepledt
Browse files

Merge branch 'devel' of...

Merge branch 'devel' of https://gitlab.iri.upc.edu/mobile_robotics/wolf_projects/wolf_lib/plugins/objectslam into devel
parents 8804a4dc 6fc10a72
No related branches found
No related tags found
No related merge requests found
...@@ -99,12 +99,6 @@ ENDIF() ...@@ -99,12 +99,6 @@ ENDIF()
# Configure config.h # Configure config.h
configure_file(${CMAKE_CURRENT_SOURCE_DIR}/internal/config.h.in "${WOLF_CONFIG_DIR}/config.h") configure_file(${CMAKE_CURRENT_SOURCE_DIR}/internal/config.h.in "${WOLF_CONFIG_DIR}/config.h")
message("CONFIG DIRECTORY ${PROJECT_BINARY_DIR}")
include_directories("${PROJECT_BINARY_DIR}/conf")
#INCLUDES SECTION
# ============EXAMPLE==================
include_directories(BEFORE "include")
#HEADERS #HEADERS
SET(HDRS_CAPTURE SET(HDRS_CAPTURE
...@@ -238,7 +232,11 @@ install( ...@@ -238,7 +232,11 @@ install(
# Specifies include directories to use when compiling the plugin target # Specifies include directories to use when compiling the plugin target
# This way, include_directories does not need to be called in plugins depending on this one # This way, include_directories does not need to be called in plugins depending on this one
target_include_directories(${PLUGIN_NAME} INTERFACE
#
target_include_directories(${PLUGIN_NAME} PUBLIC
$<BUILD_INTERFACE:${CMAKE_CURRENT_SOURCE_DIR}/include>
$<BUILD_INTERFACE:${PROJECT_BINARY_DIR}/conf>
$<INSTALL_INTERFACE:${INCLUDE_INSTALL_DIR}> $<INSTALL_INTERFACE:${INCLUDE_INSTALL_DIR}>
) )
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment