Skip to content
GitLab
Menu
Projects
Groups
Snippets
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
Menu
Open sidebar
OpenFlipper-Free
OpenFlipper
Commits
da84d6ff
Commit
da84d6ff
authored
Feb 14, 2017
by
Jan Möbius
Browse files
Mangle ui files from Objecttypes
parent
54c8826a
Changes
1
Hide whitespace changes
Inline
Side-by-side
cmake/type.cmake
View file @
da84d6ff
...
...
@@ -38,7 +38,9 @@ endif ()
# collect all header,source files
acg_append_files_recursive
(
headers
"*.hh"
.
)
acg_append_files_recursive
(
sources
"*.cc"
.
)
acg_append_files_recursive
(
ui
"*.ui"
.
)
acg_qt5_automoc
(
moc_targets
${
headers
}
)
acg_qt5_autouic
(
uic_targets
${
ui
}
)
# Match our current directory name
...
...
@@ -59,7 +61,7 @@ include_directories (
# remove template cc files from source file list
acg_drop_templates
(
sources
)
acg_add_library
(
${
TYPENAME
}
SHARED
${
sources
}
${
headers
}
${
moc_targets
}
)
acg_add_library
(
${
TYPENAME
}
SHARED
${
uic_targets
}
${
sources
}
${
headers
}
${
moc_targets
}
)
set_target_properties
(
${
TYPENAME
}
PROPERTIES MACOSX_RPATH 0
)
add_dependencies
(
${
TYPENAME
}
OpenMeshCore OpenMeshTools ACG OpenFlipperPluginLib
)
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
.
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment