feat: prepare FreeCAD private naming worker linkage
This commit is contained in:
28
native/occt-history/freecad-wasm-sdk-manifest.example.json
Normal file
28
native/occt-history/freecad-wasm-sdk-manifest.example.json
Normal file
@@ -0,0 +1,28 @@
|
||||
{
|
||||
"schemaVersion": 1,
|
||||
"freecadVersion": "1.1.1",
|
||||
"sourceCommit": "0108fd4b4850cc46e625b60e53cea7a7bbe69f8d",
|
||||
"emscriptenVersion": "3.1.69",
|
||||
"qtTarget": "wasm32-emscripten",
|
||||
"pythonTarget": "wasm32-emscripten",
|
||||
"includeDirs": [
|
||||
"include",
|
||||
"include/FreeCAD"
|
||||
],
|
||||
"libraries": [
|
||||
{ "name": "FreeCADBase", "path": "lib/libFreeCADBase.a", "sha256": "replace-with-64-lowercase-hex-digits" },
|
||||
{ "name": "FreeCADApp", "path": "lib/libFreeCADApp.a", "sha256": "replace-with-64-lowercase-hex-digits" },
|
||||
{ "name": "Part", "path": "lib/libPart.a", "sha256": "replace-with-64-lowercase-hex-digits" },
|
||||
{ "name": "QtCore", "path": "lib/libQt6Core.a", "sha256": "replace-with-64-lowercase-hex-digits" },
|
||||
{ "name": "Python", "path": "lib/libpython3.a", "sha256": "replace-with-64-lowercase-hex-digits" }
|
||||
],
|
||||
"namingBridge": {
|
||||
"source": "src/freecad_naming_bridge.cpp",
|
||||
"sha256": "replace-with-64-lowercase-hex-digits",
|
||||
"exports": [
|
||||
"freecadNamingAbiVersion",
|
||||
"freecadNamingCapabilitiesJson",
|
||||
"freecadNamingEvidenceJson"
|
||||
]
|
||||
}
|
||||
}
|
||||
Reference in New Issue
Block a user