gboisse / gfx

A minimalist and easy to use graphics API.
MIT License
498 stars 35 forks source link

CMake: Update to use cmakes inbuilt fetch instead of submodules #125

Closed maoliver-amd closed 5 months ago

maoliver-amd commented 5 months ago

This replaces submodules and other third party deps with cmakes inbuilt dependency fetching functions. This has a few advantages:

Also fixed some issues with spaces in paths and updated deps to their latest versions