include (plugin)

if(APPLE)
    # actually we currently need this for any libc++ platform
    # compare issue 136:
    # https://www.graphics.rwth-aachen.de:9000/OpenFlipper-Free/OpenFlipper-Free/issues/136
    add_definitions(-DOVM_FORCE_STATIC_CAST)
endif()

openflipper_plugin (INSTALLDATA Icons  
                    DIRS OpenMesh OpenVolumeMesh Widgets ScriptObjects Toolbars Models PropertyVisualizer
                    DEPS OpenMesh 
                    OPTDEPS OpenVolumeMesh
                    OPT_TYPES SKELETON BSPLINECURVE POLYHEDRALMESH HEXAHEDRALMESH TETRAHEDRALMESH
                    TYPES POLYMESH TRIANGLEMESH)
