mach/libs/model3d
Keith Chambers 731e2b1287
{mach,model3d}: link model3d as static lib instead of adding C files to build step (#613)
This allows the library to link better with projects. Otherwise you can end up with a mix of conflicts over that compiler + version to use.

Also adds .use_model3d option to mach build system. If set to true, model3d will be linked in statically to target project.
2022-11-14 15:43:53 -07:00
..
.github {dev,model3d}: ensure model3d has standard project files 2022-10-22 07:45:50 -07:00
assets model3d: add m3d implementation / bindings (#589) 2022-10-21 07:42:01 -07:00
src model3d: add m3d implementation / bindings (#589) 2022-10-21 07:42:01 -07:00
.gitattributes {dev,model3d}: ensure model3d has standard project files 2022-10-22 07:45:50 -07:00
.gitignore {dev,model3d}: ensure model3d has standard project files 2022-10-22 07:45:50 -07:00
build.zig {mach,model3d}: link model3d as static lib instead of adding C files to build step (#613) 2022-11-14 15:43:53 -07:00
LICENSE {dev,model3d}: ensure model3d has standard project files 2022-10-22 07:45:50 -07:00
LICENSE-APACHE {dev,model3d}: ensure model3d has standard project files 2022-10-22 07:45:50 -07:00
LICENSE-MIT {dev,model3d}: ensure model3d has standard project files 2022-10-22 07:45:50 -07:00