Skip to content
GitLab
Explore
Sign in
Primary navigation
Search or go to…
Project
R
RobotAPI
Manage
Activity
Members
Labels
Plan
Issues
Issue boards
Milestones
Code
Merge requests
Repository
Branches
Commits
Tags
Repository graph
Compare revisions
Build
Pipelines
Jobs
Pipeline schedules
Artifacts
Deploy
Package Registry
Container Registry
Model registry
Operate
Terraform modules
Help
Help
Support
GitLab documentation
Compare GitLab plans
Community forum
Contribute to GitLab
Provide feedback
Keyboard shortcuts
?
Snippets
Groups
Projects
Show more breadcrumbs
Lennard Hofmann
RobotAPI
Commits
1d4cab18
Commit
1d4cab18
authored
3 years ago
by
Fabian Reister
Browse files
Options
Downloads
Patches
Plain Diff
cmake cleanup
parent
f801557f
No related branches found
Branches containing commit
No related tags found
Tags containing commit
No related merge requests found
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
source/RobotAPI/components/ArticulatedObjectLocalizerExample/CMakeLists.txt
+0
-50
0 additions, 50 deletions
...mponents/ArticulatedObjectLocalizerExample/CMakeLists.txt
with
0 additions
and
50 deletions
source/RobotAPI/components/ArticulatedObjectLocalizerExample/CMakeLists.txt
+
0
−
50
View file @
1d4cab18
...
...
@@ -3,40 +3,11 @@ set(LIB_NAME ArticulatedObjectLocalizerExample)
armarx_component_set_name
(
"
${
LIB_NAME
}
"
)
armarx_set_target
(
"Library:
${
LIB_NAME
}
"
)
# If your component needs a special ice interface, define it here:
# armarx_add_component_interface_lib(
# SLICE_FILES
# ArticulatedObjectLocalizerExample.ice
# ICE_LIBS
# # RobotAPI
#)
# Add the component
armarx_add_component
(
COMPONENT_LIBS
# ArmarXCore
ArmarXCore
ArmarXCoreInterfaces
# for DebugObserverInterface
ArmarXGuiComponentPlugins
RobotAPICore
RobotAPIInterfaces
armem
armem_objects
## ArmarXCoreComponentPlugins # For DebugObserver plugin.
# ArmarXGui
## ArmarXGuiComponentPlugins # For RemoteGui plugin.
# RobotAPI
## RobotAPICore
## RobotAPIInterfaces
## RobotAPIComponentPlugins # For ArViz and other plugins.
# This project
## ${PROJECT_NAME}Interfaces # For ice interfaces from this package.
# This component
## ArticulatedObjectLocalizerExampleInterfaces # If you defined a component ice interface above.
SOURCES
ArticulatedObjectLocalizerExample.cpp
...
...
@@ -44,27 +15,6 @@ armarx_add_component(
ArticulatedObjectLocalizerExample.h
)
# Add dependencies
#find_package(MyLib QUIET)
#armarx_build_if(MyLib_FOUND "MyLib not available")
# All target_include_directories must be guarded by if(Xyz_FOUND)
# For multiple libraries write: if(X_FOUND AND Y_FOUND) ...
#if(MyLib_FOUND)
# target_include_directories(ArticulatedObjectLocalizerExample PUBLIC ${MyLib_INCLUDE_DIRS})
#endif()
# Add ARON files
#armarx_enable_aron_file_generation_for_target(
# TARGET_NAME
# ${ARMARX_COMPONENT_NAME}
# ARON_FILES
# aron/ExampleData.xml
#)
# Add unit tests
add_subdirectory
(
test
)
...
...
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