mirror of
https://github.com/SFML/SFML.git
synced 2024-11-25 04:41:05 +08:00
Added the missing -s postfix for the RelWithDebInfo config.
This commit is contained in:
parent
957cabb816
commit
1217699fe0
@ -37,6 +37,7 @@ macro(sfml_add_library target)
|
|||||||
set_target_properties(${target} PROPERTIES DEBUG_POSTFIX -s-d)
|
set_target_properties(${target} PROPERTIES DEBUG_POSTFIX -s-d)
|
||||||
set_target_properties(${target} PROPERTIES RELEASE_POSTFIX -s)
|
set_target_properties(${target} PROPERTIES RELEASE_POSTFIX -s)
|
||||||
set_target_properties(${target} PROPERTIES MINSIZEREL_POSTFIX -s)
|
set_target_properties(${target} PROPERTIES MINSIZEREL_POSTFIX -s)
|
||||||
|
set_target_properties(${target} PROPERTIES RELWITHDEBINFO_POSTFIX -s)
|
||||||
endif()
|
endif()
|
||||||
|
|
||||||
# set the version and soversion of the target (for compatible systems -- mostly Linuxes)
|
# set the version and soversion of the target (for compatible systems -- mostly Linuxes)
|
||||||
|
Loading…
Reference in New Issue
Block a user