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
Plugin-PropertyVis
Commits
4e0cdaba
Commit
4e0cdaba
authored
Dec 27, 2016
by
Jan Möbius
Browse files
Separated all OpenMesh related types, removed core dependency on OM Object types
parent
e6c9c20a
Changes
1
Hide whitespace changes
Inline
Side-by-side
CMakeLists.txt
View file @
4e0cdaba
include
(
plugin
)
if
(
EXISTS
${
CMAKE_SOURCE_DIR
}
/ObjectTypes/BSplineCurve
)
add_definitions
(
-DENABLE_SKELETON_SUPPORT
)
endif
()
if
(
EXISTS
${
CMAKE_SOURCE_DIR
}
/ObjectTypes/PolyhedralMesh
)
add_definitions
(
-DENABLE_OPENVOLUMEMESH_SUPPORT
)
add_definitions
(
-DENABLE_OPENVOLUMEMESH_POLYHEDRAL_SUPPORT
)
...
...
@@ -30,4 +26,5 @@ endif()
openflipper_plugin
(
INSTALLDATA Icons
DIRS OpenMesh OpenVolumeMesh Widgets
DEPS OpenMesh OpenVolumeMesh
OPT_TYPES SKELETON
)
OPT_TYPES SKELETON BSPLINECURVE
TYPES POLYMESH TRIANGLEMESH
)
Write
Preview
Supports
Markdown
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