Organized projects into folders, for IDEs that support it (e.g. Visual Studio)
This commit is contained in:
parent
b85bf692c0
commit
ef78b6d0f3
3 changed files with 15 additions and 2 deletions
|
@ -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)
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue