Skip to content
Snippets Groups Projects
Commit 7ceefca0 authored by Jan Möbius's avatar Jan Möbius
Browse files

Separated all OpenMesh related types, removed core dependency on OM Object types

parent 39243d4d
No related branches found
No related tags found
No related merge requests found
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)
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment