I noted a couple of things, and I wanted to just write them down.
- VSCode with CMAKE extension warns that there's not root CMakeLists.txt - Might be useful to put some of the framework in the root dir instead of the example dir. Took me a minute to find it.
- I'm a CMAKE noob, so I didn't know what "install-prefix" is once I found it. (thanks @kevingurney for un-noobing me) - Would be nice to give people that might want to use this library, but don't know CMAKE conventions, all the help they can get.
I noted a couple of things, and I wanted to just write them down.