update README

This commit is contained in:
ado 2021-02-07 16:02:10 +01:00
parent 8455f37465
commit feb993f4c2

View File

@ -387,6 +387,7 @@ std::string s;
std::cin >> s; std::cin >> s;
int num = c.convert<int>(s.c_str()); int num = c.convert<int>(s.c_str());
``` ```
# Using as a project dependency
## CMake ## CMake