Skip to content
GitLab
Explore
Sign in
Primary navigation
Search or go to…
Project
N
Navigation
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
Package Registry
Container Registry
Model registry
Operate
Environments
Terraform modules
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
Software
ArmarX
Skills
Navigation
Commits
8943dc7d
Commit
8943dc7d
authored
3 years ago
by
Christian Dreher
Browse files
Options
Downloads
Patches
Plain Diff
chore: Remove general interfaces .
parent
b273811a
No related branches found
Branches containing commit
No related tags found
Tags containing commit
No related merge requests found
Changes
2
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
source/Navigation/CMakeLists.txt
+2
-2
2 additions, 2 deletions
source/Navigation/CMakeLists.txt
source/Navigation/interface/CMakeLists.txt
+0
-14
0 additions, 14 deletions
source/Navigation/interface/CMakeLists.txt
with
2 additions
and
16 deletions
source/Navigation/CMakeLists.txt
+
2
−
2
View file @
8943dc7d
...
...
@@ -5,7 +5,7 @@
# `interfaces` and custom libraries come first,
# followed by `components` and finalized by `applications`.
add_subdirectory
(
interface
)
#
add_subdirectory(interface)
add_subdirectory
(
libraries
)
add_subdirectory
(
components
)
\ No newline at end of file
add_subdirectory
(
components
)
This diff is collapsed.
Click to expand it.
source/Navigation/interface/CMakeLists.txt
deleted
100644 → 0
+
0
−
14
View file @
b273811a
###
### CMakeLists.txt file for Navigation Interfaces
###
# Dependencies on interface libraries to other ArmarX Packages must be specified
# in the following variable separated by whitespaces
# set(Navigation_INTERFACE_DEPEND ArmarXCore)
# List of slice files to include in the interface library
set
(
SLICE_FILES
)
# generate the interface library
armarx_interfaces_generate_library
(
Navigation
"
${
Navigation_INTERFACE_DEPEND
}
"
)
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