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-FileOBJ
Commits
7ceefca0
Commit
7ceefca0
authored
Dec 27, 2016
by
Jan Möbius
Browse files
Separated all OpenMesh related types, removed core dependency on OM Object types
parent
39243d4d
Changes
1
Hide whitespace changes
Inline
Side-by-side
CMakeLists.txt
View file @
7ceefca0
include
(
plugin
)
if
(
EXISTS
${
CMAKE_SOURCE_DIR
}
/ObjectTypes/BSplineCurve
)
add_definitions
(
-DENABLE_BSPLINECURVE_SUPPORT
)
endif
()
if
(
EXISTS
${
CMAKE_SOURCE_DIR
}
/ObjectTypes/BSplineSurface
)
add_definitions
(
-DENABLE_BSPLINESURFACE_SUPPORT
)
endif
()
openflipper_plugin
()
openflipper_plugin
(
TYPES POLYMESH TRIANGLEMESH
OPT_TYPES BSPLINECURVE BSPLINESURFACE
)
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