Because targets are named sfml-[comp] within the sfml build script, all exported targets will be called sfml::sfml-[comp]. It would be better to have names like sfml::[comp]
Tried to alias them, both in sfml-config.cmake and in Macros.cmake. Neither does work. because aliases can not be exported and imported targets can not be aliased.
Because targets are named sfml-[comp] within the sfml build script, all exported targets will be called sfml::sfml-[comp]. It would be better to have names like sfml::[comp]