gboisse / gfx

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

Add dxcompiler and WinPix libraries as cmake targets. #54

Closed maoliver-amd closed 1 year ago

maoliver-amd commented 1 year ago

This allows for cmake to auto propagate the dependencies to any project using gfx which will then auto install the required dll's without requiring custom copy commands.

gboisse commented 1 year ago

Nice, didn't know this was possible.