Skip to content
GitLab
Explore
Sign in
Register
Primary navigation
Search or go to…
Project
A
ActuatorSystem
Manage
Activity
Members
Labels
Plan
Issues
Issue boards
Milestones
Iterations
Wiki
Requirements
Code
Merge requests
Repository
Branches
Commits
Tags
Repository graph
Compare revisions
Snippets
Locked files
Build
Pipelines
Jobs
Pipeline schedules
Test cases
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
Code review analytics
Issue analytics
Insights
Model experiments
Help
Help
Support
GitLab documentation
Compare GitLab plans
GitLab community forum
Contribute to GitLab
Provide feedback
Keyboard shortcuts
?
Snippets
Groups
Projects
Show more breadcrumbs
Software Control System
Tango devices
Motion
BeamPositionTracking
ActuatorSystem
Commits
bff53f78
Commit
bff53f78
authored
7 months ago
by
Patrick MADELA
Browse files
Options
Downloads
Patches
Plain Diff
Rename plugins and add link
parent
8acc4b3b
No related branches found
No related tags found
No related merge requests found
Changes
2
Show whitespace changes
Inline
Side-by-side
Showing
2 changed files
ActuatorPlugins/GalilAxisPlugin/CMakeLists.txt
+2
-2
2 additions, 2 deletions
ActuatorPlugins/GalilAxisPlugin/CMakeLists.txt
ActuatorPlugins/SimulatedAxisPlugin/CMakeLists.txt
+2
-2
2 additions, 2 deletions
ActuatorPlugins/SimulatedAxisPlugin/CMakeLists.txt
with
4 additions
and
4 deletions
ActuatorPlugins/GalilAxisPlugin/CMakeLists.txt
+
2
−
2
View file @
bff53f78
file
(
GLOB_RECURSE sources src/*.cpp
)
set
(
includedirs src
)
add_library
(
GalilAxisPlugin
MODULE
${
sources
}
)
add_library
(
GalilAxisPlugin
SHARED
${
sources
}
)
target_include_directories
(
GalilAxisPlugin PRIVATE
${
includedirs
}
)
target_link_libraries
(
GalilAxisPlugin PRIVATE PluginInterfaces
)
target_link_libraries
(
GalilAxisPlugin PRIVATE yat4tango::yat4tango
)
if
(
PROJECT_VERSION
)
set_target_properties
(
GalilAxisPlugin PROPERTIES
OUTPUT_NAME
"GalilAxisPlugin-
${
PROJECT_VERSION
}
"
)
set_target_properties
(
GalilAxisPlugin PROPERTIES
VERSION
${
PROJECT_VERSION
}
)
endif
()
install
(
TARGETS GalilAxisPlugin LIBRARY DESTINATION
${
CMAKE_INSTALL_LIBDIR
}
)
This diff is collapsed.
Click to expand it.
ActuatorPlugins/SimulatedAxisPlugin/CMakeLists.txt
+
2
−
2
View file @
bff53f78
file
(
GLOB_RECURSE sources src/*.cpp
)
set
(
includedirs src
)
add_library
(
SimulatedAxisPlugin
MODULE
${
sources
}
)
add_library
(
SimulatedAxisPlugin
SHARED
${
sources
}
)
target_include_directories
(
SimulatedAxisPlugin PRIVATE
${
includedirs
}
)
target_link_libraries
(
SimulatedAxisPlugin PRIVATE PluginInterfaces
)
target_link_libraries
(
SimulatedAxisPlugin PRIVATE yat4tango::yat4tango
)
if
(
PROJECT_VERSION
)
set_target_properties
(
SimulatedAxisPlugin PROPERTIES
OUTPUT_NAME
"SimulatedAxisPlugin-
${
PROJECT_VERSION
}
"
)
set_target_properties
(
SimulatedAxisPlugin PROPERTIES
VERSION
${
PROJECT_VERSION
}
)
endif
()
install
(
TARGETS SimulatedAxisPlugin LIBRARY DESTINATION
${
CMAKE_INSTALL_LIBDIR
}
)
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