Files
projectm/tests/cxx-interface
Michael Baetgen c7754456d8 add projectm_create_with_opengl_load_proc() api
replace OpenGL depencencies with GLAD
add GL resolver, GL probe, GLAD loader
remove GLEW
2026-02-23 23:46:12 -06:00
..

C++ Interface Test Suite

This is a small, standalone test build suite made to test if the C++ API links properly.

It must not be included in the main libprojectM build process, as the application requires the final installation layout instead of the build dir.

For a successful test, libprojectM must be built with the ENABLE_CXX_INTERFACE option enabled.