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

Update to follow global updates

parent 7fe75ff5
No related branches found
No related tags found
No related merge requests found
include (plugin)
if (EXISTS ${CMAKE_SOURCE_DIR}/ObjectTypes/SplatCloud)
add_definitions (-DENABLE_SPLATCLOUD_SUPPORT)
endif()
openflipper_plugin (DIRS PoissonReconstruction INSTALLDATA Icons )
openflipper_plugin (DIRS PoissonReconstruction
INSTALLDATA Icons
TYPES TRIANGLEMESH
OPT_TYPES SPLATCLOUD )
include (plugin)
openflipper_plugin (OPTDEPS EIGEN3 INSTALLDATA Icons)
openflipper_plugin (OPTDEPS EIGEN3
INSTALLDATA Icons
TYPES POLYMESH)
include(plugin)
openflipper_plugin(DEPS ASSIMP)
openflipper_plugin(DEPS ASSIMP
TYPES POLYMESH)
......@@ -3,7 +3,7 @@ if(NOT ${ASSIMP_LIBRARY} STREQUAL "ASSIMP_LIBRARY-NOTFOUND")
# Include Testing package
if(BUILD_TESTING)
include( ${CMAKE_SOURCE_DIR}/tests/testGenerators.cmake )
include( ${CMAKE_SOURCE_DIR}/OpenFlipper/tests/testGenerators.cmake )
# ========================================================================
# ========================================================================
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment