Skip to content
GitLab
Explore
Sign in
Register
Primary navigation
Search or go to…
Project
G
gepetto-viewer-corba
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
gepetto-viewer-corba
Commits
808160bb
Commit
808160bb
authored
6 years ago
by
Joseph Mirabel
Committed by
Joseph Mirabel
6 years ago
Browse files
Options
Downloads
Patches
Plain Diff
Add documentation of CMake macro GEPETTO_GUI_PLUGIN
parent
854d68e6
No related branches found
No related tags found
No related merge requests found
Changes
2
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
cmake-modules/gepetto-viewer-corba-plugin.cmake
+1
-0
1 addition, 0 deletions
cmake-modules/gepetto-viewer-corba-plugin.cmake
plugins/pluginskeleton/CMakeLists.txt
+10
-0
10 additions, 0 deletions
plugins/pluginskeleton/CMakeLists.txt
with
11 additions
and
0 deletions
cmake-modules/gepetto-viewer-corba-plugin.cmake
+
1
−
0
View file @
808160bb
...
...
@@ -16,6 +16,7 @@
# gepetto-viewer-corba If not, see
# <http://www.gnu.org/licenses/>.
# See plugins/pluginskeleton/CMakeLists.txt for description of how to use this macro.
MACRO
(
GEPETTO_GUI_PLUGIN PLUGIN_NAME
)
SET
(
options QT4 INSIDE_GEPETTO_VIEWER_CORBA
)
...
...
This diff is collapsed.
Click to expand it.
plugins/pluginskeleton/CMakeLists.txt
+
10
−
0
View file @
808160bb
...
...
@@ -22,6 +22,16 @@ ELSE()
SET
(
QT4
""
)
ENDIF
()
## 1. Tells pkg-config to read qtversion and cmake_plugin from pkg config file.
#
# LIST(APPEND PKG_CONFIG_ADDITIONAL_VARIABLES qtversion cmake_plugin)
## 2. Include macro GEPETTO_GUI_PLUGIN
#
# INCLUDE(${GEPETTO_VIEWER_CORBA_PREFIX}/${GEPETTO_VIEWER_CORBA_CMAKE_PLUGIN})
## 3. Call GEPETTO_GUI_PLUGIN as follows
#
GEPETTO_GUI_PLUGIN
(
pluginskeleton
# Use this option only if you write a plugin within
# gepetto-viewer-corba package
...
...
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