To install the library, use the provided CMakeLists.txt file as a submodule.

Dependencies

This application depends on the standard library and OS-specific libraries.

On Unix-based systems, you should have a recent version of the XDG file picker portal.

Configuration

Exporting functions out of DLL boundaries

If you want to export the symbols of the library out of a DLL, simply define the UVK_LOG_EXPORT_FROM_LIBRARY macro. Then, when building the library, make sure that the macro UVK_LIB_COMPILE is defined.

Users of CMake will have this enabled by default.