To install the library, simply compile all source files into your project statically.
Configuration
Exporting symbols out of DLL boundaries
If you want to export the symbols of the library out of a DLL, simply define the MLS_EXPORT_LIBRARY macro.
Then, when building the library, make sure the macro MLS_LIB_COMPILE is enabled.