fixed build script

This commit is contained in:
2025-04-22 15:23:49 +02:00
parent e003c57929
commit 76c329b67e
2 changed files with 8 additions and 3 deletions

5
module.modulemap Normal file
View File

@@ -0,0 +1,5 @@
module OpenMesh {
umbrella "."
export *
module * { export * }
}