RandyGaul / cute_framework

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

Simplify glslang dependency fetching #214

Closed pusewicz closed 1 month ago

pusewicz commented 1 month ago

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