gboisse / gfx

A minimalist and easy to use graphics API.
MIT License
502 stars 36 forks source link

Add required compile options to cmake. #56

Closed maoliver-amd closed 2 years ago

maoliver-amd commented 2 years ago

Currently we have had some compiler flags added to the global parent project scope which are applied to all projects, gfx being one of them. However this means gfx doesnt have them on its own so I added them here.

Key additions: