This library contains objects, functions, and macros used by Metaphase projects.
- CMake for builds
- The JUCE library
- Google Test for unit testing
It is recommended to use the MUDS project structure when building this library. JUCE must be built first, and then this library can be added as a subdirectory to a top-level CMakeLists.txt file.
To build unit tests, pass -DBUILD_TESTS=ON
to the build script.