robinlinden / libsodium-cmake

Wrapper around the libsodium repository providing good integration with CMake when using FetchContent or adding it as a submodule.
ISC License
32 stars 30 forks source link

Add "include(FetchContent)"-line to README.md #9

Closed niekbouman closed 4 years ago

niekbouman commented 4 years ago

Dear Rob,

Thank you for contributing this repo. For me it is extremely useful! Just one little note, under the "Using in your project" part of the README.md, you could add

   include(FetchContent)

which could help users unfamiliar with CMake's FetchContent machinery (like myself, before coming across your repo..!)

kind regards, Niek

robinlinden commented 4 years ago

Sure thing! It would be good if the example were self-contained, including the minimum_version, I suppose. :)

I'm happy to hear you think the project is useful!