Skip to content
GitLab
Explore
Sign in
Primary navigation
Search or go to…
Project
O
objectslam
Manage
Activity
Members
Labels
Plan
Issues
Issue boards
Milestones
Wiki
Code
Merge requests
Repository
Branches
Commits
Tags
Repository graph
Compare revisions
Snippets
Build
Pipelines
Jobs
Pipeline schedules
Artifacts
Deploy
Releases
Model registry
Operate
Environments
Monitor
Incidents
Service Desk
Analyze
Value stream analytics
Contributor analytics
CI/CD analytics
Repository analytics
Model experiments
Help
Help
Support
GitLab documentation
Compare GitLab plans
Community forum
Contribute to GitLab
Provide feedback
Keyboard shortcuts
?
Snippets
Groups
Projects
Show more breadcrumbs
mobile_robotics
wolf_projects
wolf_lib
plugins
objectslam
Commits
00e6cd56
Commit
00e6cd56
authored
3 years ago
by
Mederic Fourmy
Browse files
Options
Downloads
Patches
Plain Diff
[skip-ci] remove iri-algorithms
parent
edfbf376
No related branches found
Branches containing commit
No related tags found
1 merge request
!2
Resolve "cmake: remove iri-algorithms from include install path"
Pipeline
#11245
skipped
Changes
1
Pipelines
2
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
CMakeLists.txt
+5
-7
5 additions, 7 deletions
CMakeLists.txt
with
5 additions
and
7 deletions
CMakeLists.txt
+
5
−
7
View file @
00e6cd56
...
@@ -13,7 +13,7 @@ MESSAGE("Starting ${PROJECT_NAME} CMakeLists ...")
...
@@ -13,7 +13,7 @@ MESSAGE("Starting ${PROJECT_NAME} CMakeLists ...")
SET
(
EXECUTABLE_OUTPUT_PATH
${
CMAKE_CURRENT_SOURCE_DIR
}
/bin
)
SET
(
EXECUTABLE_OUTPUT_PATH
${
CMAKE_CURRENT_SOURCE_DIR
}
/bin
)
SET
(
LIBRARY_OUTPUT_PATH
${
CMAKE_CURRENT_SOURCE_DIR
}
/lib
)
SET
(
LIBRARY_OUTPUT_PATH
${
CMAKE_CURRENT_SOURCE_DIR
}
/lib
)
set
(
INCLUDE_INSTALL_DIR include/
iri-algorithms/
wolf
)
set
(
INCLUDE_INSTALL_DIR include/wolf
)
set
(
LIB_INSTALL_DIR lib/
)
set
(
LIB_INSTALL_DIR lib/
)
IF
(
NOT CMAKE_BUILD_TYPE
)
IF
(
NOT CMAKE_BUILD_TYPE
)
...
@@ -108,22 +108,22 @@ include_directories(BEFORE "include")
...
@@ -108,22 +108,22 @@ include_directories(BEFORE "include")
#HEADERS
#HEADERS
SET
(
HDRS_CAPTURE
SET
(
HDRS_CAPTURE
include/
objectslam
/capture/capture_object.h
include/
${
PROJECT_NAME
}
/capture/capture_object.h
)
)
SET
(
HDRS_COMMON
SET
(
HDRS_COMMON
)
)
SET
(
HDRS_FACTOR
SET
(
HDRS_FACTOR
)
)
SET
(
HDRS_FEATURE
SET
(
HDRS_FEATURE
include/
objectslam
/feature/feature_object.h
include/
${
PROJECT_NAME
}
/feature/feature_object.h
)
)
SET
(
HDRS_LANDMARK
SET
(
HDRS_LANDMARK
include/
objectslam
/landmark/landmark_object.h
include/
${
PROJECT_NAME
}
/landmark/landmark_object.h
)
)
SET
(
HDRS_MATH
SET
(
HDRS_MATH
)
)
SET
(
HDRS_PROCESSOR
SET
(
HDRS_PROCESSOR
include/
objectslam
/processor/processor_tracker_landmark_object.h
include/
${
PROJECT_NAME
}
/processor/processor_tracker_landmark_object.h
)
)
SET
(
HDRS_SENSOR
SET
(
HDRS_SENSOR
)
)
...
@@ -270,8 +270,6 @@ INSTALL(FILES ${HDRS_YAML}
...
@@ -270,8 +270,6 @@ INSTALL(FILES ${HDRS_YAML}
INSTALL
(
FILES
"
${
WOLF_CONFIG_DIR
}
/config.h"
INSTALL
(
FILES
"
${
WOLF_CONFIG_DIR
}
/config.h"
DESTINATION
${
INCLUDE_INSTALL_DIR
}
/
${
PROJECT_NAME
}
/internal
)
DESTINATION
${
INCLUDE_INSTALL_DIR
}
/
${
PROJECT_NAME
}
/internal
)
INSTALL
(
DIRECTORY
${
SPDLOG_INCLUDE_DIRS
}
DESTINATION
"include/iri-algorithms/"
)
export
(
PACKAGE
${
PLUGIN_NAME
}
)
export
(
PACKAGE
${
PLUGIN_NAME
}
)
FIND_PACKAGE
(
Doxygen MODULE
)
FIND_PACKAGE
(
Doxygen MODULE
)
...
...
This diff is collapsed.
Click to expand it.
Preview
0%
Loading
Try again
or
attach a new file
.
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Save comment
Cancel
Please
register
or
sign in
to comment