Skip to content
GitLab
Explore
Sign in
Primary navigation
Search or go to…
Project
A
ArmarXGui
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
Container Registry
Model registry
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
ArmarXGui
Commits
5bfefb61
Commit
5bfefb61
authored
3 years ago
by
Fabian Reister
Browse files
Options
Downloads
Patches
Plain Diff
kwarg names of armarx_add_qt_library
parent
6e37da2a
No related branches found
Branches containing commit
No related tags found
Tags containing commit
1 merge request
!66
Refactor/new arch
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
etc/cmake/latest/GuiCommands.cmake
+2
-1
2 additions, 1 deletion
etc/cmake/latest/GuiCommands.cmake
with
2 additions
and
1 deletion
etc/cmake/latest/GuiCommands.cmake
+
2
−
1
View file @
5bfefb61
...
...
@@ -27,7 +27,7 @@ function(armarx_add_qt_library TARGET)
# Parse arguments.
set
(
single_param
)
set
(
flag_param
)
set
(
multi_param SOURCES
QT_MOC_
HEADERS
QT_
UI_FILES
QT_
RESOURCES DEPENDENCIES
)
set
(
multi_param SOURCES HEADERS UI_FILES RESOURCE
_FILE
S DEPENDENCIES
)
cmake_parse_arguments
(
PARSE_ARGV 1 AX
"
${
flag_param
}
"
"
${
single_param
}
"
"
${
multi_param
}
"
)
if
(
DEFINED AX_UNPARSED_ARGUMENTS
)
message
(
FATAL_ERROR
"
${
TARGET
}
: Unknown arguments `
${
AX_UNPARSED_ARGUMENTS
}
`."
)
...
...
@@ -154,6 +154,7 @@ function(armarx_gui_plugin PLUGIN_NAME)
#generate and add files
set
(
outfile
"
${
GENERATE_BASE_DIR
}
/
${
subdir
}
/
${
ARMARX_TARGET_NAME
}
"
)
foreach
(
suff h cpp
)
# TODO move template to ArmarXGui
configure_file
(
"
${
ArmarXCore_TEMPLATES_DIR
}
/GuiPluginTemplate/GuiPlugin.tmp.
${
suff
}
"
"
${
outfile
}
.
${
suff
}
"
...
...
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