I am currently looking into using lib64sdl2_gfx for a project where I use CMake. The problem now is the sdl2_gfx-devel does not contain a sdl2_gfx-config.cmake ot be used by find_package(). The issue has been adressed in https://bugs.mageia.org/show_bug.cgi?id=32960
I have contacted the maintainer of sdl2_gfx who would love to include the file needed if can tell him how to construct sdl2_gfx-config.cmake from his Makefile. I have found instructions on how to do it from a CMake-project. But sdl2_gfx is not a CMake project. It is a Makefile project.
Do anyone here know how to do?