Actions
Task #205
closedTask #207: Move libraries to their to own installation directory.
Refactor Authority class into a static library.
Description
Using a static library will enable unit testing without a hacky build system trying to just compile the parts of the source needed for the unit test.
Actions