Organized projects into folders, for IDEs that support it (e.g. Visual Studio)

This commit is contained in:
Laurent Gomila 2013-02-25 19:17:46 +01:00
parent b85bf692c0
commit ef78b6d0f3
3 changed files with 15 additions and 2 deletions

View file

@ -14,5 +14,8 @@ set_target_properties(sfml-main PROPERTIES DEBUG_POSTFIX -d)
# insert the major version number in the output filename
set_target_properties(sfml-main PROPERTIES OUTPUT_NAME "sfml-main")
# set the target's folder (for IDEs that support it, e.g. Visual Studio)
set_target_properties(sfml-main PROPERTIES FOLDER "SFML")
# setup the install rule
install(TARGETS sfml-main ARCHIVE DESTINATION lib${LIB_SUFFIX} COMPONENT devel)