Ninecraft
Ninecraft copied to clipboard
CMake Proposal
This is a proposal of the CMake to check for system libraries before using the sub modules, this will reduce the need to patch the build in nix, and also reduce the build time for developers who happen to already have these libraries on their system.
Libraries
- [x] stb
- [x] glad
- [x] zlib
- [x] ancmp
- [x] sdl
Required testing
- [ ] Using submodules (high priority)
- [ ] Windows
- [ ] Debian
- [ ] Arch
- [x] NixOS (commenting deps out of the package)
- [ ] Using System Dependencies
- [ ] Windows
- [ ] Debian
- [ ] Arch
- [x] NixOS
- [ ] Nix(non nixos)
ancmp wasn't building for a bit yesterday but today i figured out that i didn't merge my flake update changes
i feel like finishing this so i dont need the patch file
i will update this once #51 is merged
wow thats alot of commits
anyway, now to implement sdl