Skip to content
GitLab
Projects
Groups
Snippets
/
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
Menu
Open sidebar
OpenFlipper-Free
Type-Skeleton
Commits
50944d6e
Commit
50944d6e
authored
Dec 27, 2016
by
Jan Möbius
Browse files
Adjusted all plugins depending on skeleton type and fixed templates which where compiled
parent
9fdd2f13
Changes
2
Hide whitespace changes
Inline
Side-by-side
ObjectTypes/Skeleton/CMakeLists.txt
View file @
50944d6e
...
...
@@ -35,11 +35,6 @@ endif ()
# Cleanup
#=======================================================
# remove template cc files from source file list
acg_drop_templates
(
sources
)
# collect all header,source files
acg_append_files
(
headers
"*.hh"
.
)
acg_append_files
(
sources
"*.cc"
.
)
...
...
@@ -62,6 +57,8 @@ include_directories (
${
GLUT_INCLUDE_DIR
}
)
# remove template cc files from source file list
acg_drop_templates
(
sources
)
acg_add_library
(
${
TYPENAME
}
SHARED
${
sources
}
${
headers
}
${
moc_targets
}
)
add_dependencies
(
${
TYPENAME
}
OpenMeshCore OpenMeshTools ACG OpenFlipperPluginLib
)
...
...
Plugin-TypeSkeleton/CMakeLists.txt
View file @
50944d6e
include
(
plugin
)
openflipper_plugin
(
INSTALLDATA Icons
TYPES
POLYLINE
)
TYPES
SKELETON
)
Write
Preview
Supports
Markdown
0%
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!
Cancel
Please
register
or
sign in
to comment