matinlotfali / KDE-Rounded-Corners

Rounds the corners of your windows in KDE Plasma 5 and 6
GNU General Public License v3.0
638 stars 22 forks source link

Process shaders during build #202

Closed xiota closed 7 months ago

xiota commented 7 months ago

Process shaders during build, rather than after install. Fixes #201.

xiota commented 7 months ago

I've been reading about cmake, and it might be possible to put the commands directly in add_custom_target (instead of separate add_custom_command). Probably not worth changing now because it is working. But something to consider if the file has to be revised for another reason.

matinlotfali commented 7 months ago

Thanks for sharing @xiota