Skip to content
GitLab
Explore
Sign in
Register
Primary navigation
Search or go to…
Project
E
example-robot-data
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
Container Registry
Model registry
Operate
Environments
Monitor
Incidents
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
Gepetto
example-robot-data
Commits
3c03e668
Commit
3c03e668
authored
1 year ago
by
Guilhem Saurel
Browse files
Options
Downloads
Patches
Plain Diff
use CMake for EXAMPLE_ROBOT_DATA_MODEL_DIR
parent
026d5984
No related branches found
Branches containing commit
No related tags found
Tags containing commit
No related merge requests found
Pipeline
#28088
passed
1 year ago
Stage: test
Changes
3
Pipelines
2
Hide whitespace changes
Inline
Side-by-side
Showing
3 changed files
CMakeLists.txt
+5
-0
5 additions, 0 deletions
CMakeLists.txt
include/example-robot-data/CMakeLists.txt
+0
-1
0 additions, 1 deletion
include/example-robot-data/CMakeLists.txt
include/example-robot-data/path.hpp
+9
-0
9 additions, 0 deletions
include/example-robot-data/path.hpp
with
14 additions
and
1 deletion
CMakeLists.txt
+
5
−
0
View file @
3c03e668
...
...
@@ -64,6 +64,11 @@ if(NOT INSTALL_PYTHON_INTERFACE_ONLY)
add_library
(
${
PROJECT_NAME
}
INTERFACE
)
target_include_directories
(
${
PROJECT_NAME
}
INTERFACE $<INSTALL_INTERFACE:include>
)
target_compile_definitions
(
${
PROJECT_NAME
}
INTERFACE
EXAMPLE_ROBOT_DATA_MODEL_DIR=
"$<INSTALL_PREFIX>/share/
${
PROJECT_NAME
}
/robots"
)
install
(
TARGETS
${
PROJECT_NAME
}
EXPORT
${
TARGETS_EXPORT_NAME
}
...
...
This diff is collapsed.
Click to expand it.
include/example-robot-data/CMakeLists.txt
+
0
−
1
View file @
3c03e668
configure_file
(
path.hpp.in path.hpp
)
install
(
FILES
${
CMAKE_CURRENT_BINARY_DIR
}
/path.hpp
DESTINATION include/
${
CUSTOM_HEADER_DIR
}
)
This diff is collapsed.
Click to expand it.
include/example-robot-data/path.hpp
.in
→
include/example-robot-data/path.hpp
+
9
−
0
View file @
3c03e668
#ifndef EXAMPLE_ROBOT_DATA_PATH_HPP
#define EXAMPLE_ROBOT_DATA_PATH_HPP
#define EXAMPLE_ROBOT_DATA_MODEL_DIR "${CMAKE_INSTALL_PREFIX}/share/${PROJECT_NAME}/robots"
#include
<example-robot-data/warning.hh>
#pragma message EXAMPLE_ROBOT_DATA_WARN( \
"Header `example-robot-data/path.hpp` is deprecated and useless!")
#endif
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