ArthurSonzogni / smk

SMK - Simple multimedia kit - C++ WebAssembly
MIT License
125 stars 18 forks source link

FetchContent does not come by default #20

Closed Bigous closed 2 years ago

Bigous commented 2 years ago

You need to include FetchContent befor using it or CMAKE will throw an error.

ArthurSonzogni commented 2 years ago

That's true. Thanks for the PR!