Currently CMake build only installs cmake config, while makefile build only installs .pc file. In result if libbinio is built with makefile, it cannot be used with CMake build of adplug (it fails to handle .pc file), while otherwise anything not using CMake won’t be able to find libbinio.
Currently CMake build only installs cmake config, while makefile build only installs .pc file. In result if
libbiniois built with makefile, it cannot be used with CMake build ofadplug(it fails to handle .pc file), while otherwise anything not using CMake won’t be able to findlibbinio.