Open Spongman opened 1 year ago
Hi, the documentation also states that it requires function2 and it recommends adding both libraries as git submodule (https://naios.github.io/continuable/installation.html#installation-installation-copy):
git submodule add https://github.com/Naios/continuable.git
git submodule add https://github.com/Naios/function2.git
// ...
add_subdirectory(function2)
add_subdirectory(continuable)
that's not called out in Through CMake. it's not obvious that the instructions listed under "Through CMake" aren't sufficient in themselves.
the documentation could be significantly clearer if it just listed, for each installation method:
https://naios.github.io/continuable/installation.html