RandyGaul / cute_framework

The *cutest* framework out there for creating 2D games in C++!
https://randygaul.github.io/cute_framework/#/
Other
546 stars 31 forks source link

Simplify glslang dependency fetching #214

Closed pusewicz closed 2 months ago

pusewicz commented 2 months ago

Rather than doing the whole dance with custom downloading, use FetchContent_Declare and then perform a PATCH_COMMAND that executes the python script.