1
0
mirror of https://git.dev.opencascade.org/repos/occt.git synced 2025-08-29 14:00:49 +03:00

Configuration - Debug Draco linking issue #197

Refactor Draco dependency configuration to improve clarity and functionality
This commit is contained in:
dpasukhi
2024-12-15 12:35:13 +00:00
parent 007992d349
commit 1e17479b1f
6 changed files with 117 additions and 60 deletions

View File

@@ -27,10 +27,6 @@ OCCT_INCLUDE_CMAKE_FILE (adm/cmake/occt_toolkit)
unset (EXECUTABLE_PROJECT)
unset (CUSTOM_EXTERNLIB)
if (NOT BUILD_SHARED_LIBS)
CONFIGURE_DRACO_DEPS()
endif()
if (EMSCRIPTEN)
# Look for Tcl version string from file tcl.h
set (TCL_MAJOR_VERSION 8)

View File

@@ -1,5 +1,3 @@
project(TKDEGLTF)
OCCT_INCLUDE_CMAKE_FILE (adm/cmake/occt_toolkit)
CONFIGURE_DRACO_DEPS()

View File

@@ -1,5 +1,3 @@
project(TKRWMesh)
OCCT_INCLUDE_CMAKE_FILE (adm/cmake/occt_toolkit)
CONFIGURE_DRACO_DEPS()