These updates things to a more traditional directory structure. Common sources are moved to src/ and headers are now found in include/. Instead of compiling sources for each executable, we create a library and link to the library.
I've removed compilation of the tests directory, but I left the code in place just in-case we need it again.
These updates things to a more traditional directory structure. Common sources are moved to
src/
and headers are now found ininclude/
. Instead of compiling sources for each executable, we create a library and link to the library.I've removed compilation of the
tests
directory, but I left the code in place just in-case we need it again.