SrTobi / SFML

Simple and Fast Multimedia Library
http://www.sfml-dev.org/
Other
0 stars 0 forks source link

Imported target names contain "sfml" twice #1

Open SrTobi opened 9 years ago

SrTobi commented 9 years ago

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]

SrTobi commented 9 years ago

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.