google / woff2

MIT License
1.52k stars 185 forks source link

fix: fix cmake builds #164

Open CGQAQ opened 1 year ago

CGQAQ commented 1 year ago

In makefile we are using vendored brotli, but in the cmake however, we are trying to find the system one. This PR will make two builds consistant

also, this PR makes woff2 builds on WIndows by using cmake

yisibl commented 1 year ago

Hi @rsheeter Can you take time out of your busy schedule to look at this PR?