File tree Expand file tree Collapse file tree 1 file changed +6
-0
lines changed Expand file tree Collapse file tree 1 file changed +6
-0
lines changed Original file line number Diff line number Diff line change @@ -54,6 +54,12 @@ set(GEOGRAM_WITH_LUA OFF CACHE BOOL "Lua scripting")
54
54
set (GEOGRAM_WITH_TBB OFF CACHE BOOL "Intel TBB" )
55
55
set (GEOGRAM_WITH_TETGEN OFF CACHE BOOL "Tetrahedral mesh generation (Hang Si's TetGen)" )
56
56
set (GEOGRAM_WITH_TRIANGLE OFF CACHE BOOL "Triangle mesher (Jonathan Shewchuk's Triangle)" )
57
+ set (GEOGRAM_VORPALINE OFF CACHE BOOL "Vorpaline library" )
58
+ set (GEOGRAM_LIB_ONLY ON CACHE BOOL "Only build the geogram library" )
59
+ if (EMSCRIPTEN )
60
+ set (VORPALINE_PLATFORM "Emscripten-clang" CACHE STRING "Vorpaline platform" )
61
+ set (EMSCRIPTEN_DIR "/emsdk/upstream/emscripten" CACHE PATH "Emscripten directory" )
62
+ endif ()
57
63
58
64
set (GEOGRAM_GIT_REPOSITORY "https://github.com/BrunoLevy/geogram.git" )
59
65
# v1.9.1
You can’t perform that action at this time.
0 commit comments