Skip to content

Commit 1d07382

Browse files
committed
Update OCCT.
1 parent bf709c8 commit 1d07382

File tree

4 files changed

+18
-2
lines changed

4 files changed

+18
-2
lines changed

CMakeLists.txt

Lines changed: 16 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -31,6 +31,19 @@ AddOcctModule (AppParCurves)
3131
AddOcctModule (Approx)
3232
AddOcctModule (ApproxInt)
3333
AddOcctModule (Aspect)
34+
AddOcctModule (BinDrivers)
35+
AddOcctModule (BinLDrivers)
36+
AddOcctModule (BinMDataStd)
37+
AddOcctModule (BinMDataXtd)
38+
AddOcctModule (BinMDF)
39+
AddOcctModule (BinMDocStd)
40+
AddOcctModule (BinMDocXtd)
41+
AddOcctModule (BinMNaming)
42+
AddOcctModule (BinMFunction)
43+
AddOcctModule (BinMXCAFDoc)
44+
AddOcctModule (BinObjMgt)
45+
AddOcctModule (BinTools)
46+
AddOcctModule (BinXCAFDrivers)
3447
AddOcctModule (Bisector)
3548
AddOcctModule (Bnd)
3649
AddOcctModule (BndLib)
@@ -72,6 +85,7 @@ AddOcctModule (Contap)
7285
AddOcctModule (Convert)
7386
AddOcctModule (CPnts)
7487
AddOcctModule (CSLib)
88+
AddOcctModule (DE)
7589
AddOcctModule (DsgPrs)
7690
AddOcctModule (ElCLib)
7791
AddOcctModule (ElSLib)
@@ -247,6 +261,7 @@ AddOcctModule (TDataStd)
247261
AddOcctModule (TDataXtd)
248262
AddOcctModule (TDF)
249263
AddOcctModule (TDocStd)
264+
AddOcctModule (TFunction)
250265
AddOcctModule (TNaming)
251266
AddOcctModule (TopAbs)
252267
AddOcctModule (TopBas)
@@ -309,6 +324,7 @@ else ()
309324
add_library (OcctImportJS ${OcctImportJSSourceFiles} ${OcctSourceFiles})
310325
endif ()
311326

327+
target_compile_options (OcctImportJS PUBLIC -DOCCT_NO_PLUGINS)
312328
target_include_directories (OcctImportJS PUBLIC ${OcctIncludeDirs})
313329
set_target_properties(OcctImportJS PROPERTIES OUTPUT_NAME occt-import-js)
314330
set_target_properties (OcctImportJS PROPERTIES RUNTIME_OUTPUT_DIRECTORY "${CMAKE_BINARY_DIR}/${CMAKE_BUILD_TYPE}")

dist/occt-import-js.js

Lines changed: 1 addition & 1 deletion
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

dist/occt-import-js.wasm

120 KB
Binary file not shown.

occt

Submodule occt updated from 94748ad to 185d29b

0 commit comments

Comments
 (0)