Skip to content

Commit

Permalink
Update OCCT.
Browse files Browse the repository at this point in the history
  • Loading branch information
kovacsv committed Dec 31, 2022
1 parent bf709c8 commit 1d07382
Show file tree
Hide file tree
Showing 4 changed files with 18 additions and 2 deletions.
16 changes: 16 additions & 0 deletions CMakeLists.txt
Original file line number Diff line number Diff line change
Expand Up @@ -31,6 +31,19 @@ AddOcctModule (AppParCurves)
AddOcctModule (Approx)
AddOcctModule (ApproxInt)
AddOcctModule (Aspect)
AddOcctModule (BinDrivers)
AddOcctModule (BinLDrivers)
AddOcctModule (BinMDataStd)
AddOcctModule (BinMDataXtd)
AddOcctModule (BinMDF)
AddOcctModule (BinMDocStd)
AddOcctModule (BinMDocXtd)
AddOcctModule (BinMNaming)
AddOcctModule (BinMFunction)
AddOcctModule (BinMXCAFDoc)
AddOcctModule (BinObjMgt)
AddOcctModule (BinTools)
AddOcctModule (BinXCAFDrivers)
AddOcctModule (Bisector)
AddOcctModule (Bnd)
AddOcctModule (BndLib)
Expand Down Expand Up @@ -72,6 +85,7 @@ AddOcctModule (Contap)
AddOcctModule (Convert)
AddOcctModule (CPnts)
AddOcctModule (CSLib)
AddOcctModule (DE)
AddOcctModule (DsgPrs)
AddOcctModule (ElCLib)
AddOcctModule (ElSLib)
Expand Down Expand Up @@ -247,6 +261,7 @@ AddOcctModule (TDataStd)
AddOcctModule (TDataXtd)
AddOcctModule (TDF)
AddOcctModule (TDocStd)
AddOcctModule (TFunction)
AddOcctModule (TNaming)
AddOcctModule (TopAbs)
AddOcctModule (TopBas)
Expand Down Expand Up @@ -309,6 +324,7 @@ else ()
add_library (OcctImportJS ${OcctImportJSSourceFiles} ${OcctSourceFiles})
endif ()

target_compile_options (OcctImportJS PUBLIC -DOCCT_NO_PLUGINS)
target_include_directories (OcctImportJS PUBLIC ${OcctIncludeDirs})
set_target_properties(OcctImportJS PROPERTIES OUTPUT_NAME occt-import-js)
set_target_properties (OcctImportJS PROPERTIES RUNTIME_OUTPUT_DIRECTORY "${CMAKE_BINARY_DIR}/${CMAKE_BUILD_TYPE}")
Expand Down
2 changes: 1 addition & 1 deletion dist/occt-import-js.js

Large diffs are not rendered by default.

Binary file modified dist/occt-import-js.wasm
Binary file not shown.
2 changes: 1 addition & 1 deletion occt
Submodule occt updated from 94748a to 185d29

0 comments on commit 1d07382

Please sign in to comment.