mirror of
https://github.com/libsdl-org/SDL.git
synced 2024-11-23 19:03:27 +08:00
cmake: simplify after the previous os/2 commit.
This commit is contained in:
parent
f199f832e9
commit
407d4e470a
@ -2857,17 +2857,13 @@ if(SDL_SHARED)
|
|||||||
VERSION ${LT_VERSION}
|
VERSION ${LT_VERSION}
|
||||||
SOVERSION ${LT_MAJOR}
|
SOVERSION ${LT_MAJOR}
|
||||||
OUTPUT_NAME "SDL2-${LT_RELEASE}")
|
OUTPUT_NAME "SDL2-${LT_RELEASE}")
|
||||||
elseif(OS2)
|
|
||||||
set_target_properties(SDL2 PROPERTIES
|
|
||||||
DEFINE_SYMBOL BUILD_SDL)
|
|
||||||
set_target_properties(SDL2 PROPERTIES
|
|
||||||
VERSION ${LT_VERSION}
|
|
||||||
SOVERSION ${LT_MAJOR}
|
|
||||||
OUTPUT_NAME "SDL2")
|
|
||||||
else()
|
else()
|
||||||
if(WINDOWS OR CYGWIN)
|
if(WINDOWS OR CYGWIN)
|
||||||
set_target_properties(SDL2 PROPERTIES
|
set_target_properties(SDL2 PROPERTIES
|
||||||
DEFINE_SYMBOL DLL_EXPORT)
|
DEFINE_SYMBOL DLL_EXPORT)
|
||||||
|
elseif(OS2)
|
||||||
|
set_target_properties(SDL2 PROPERTIES
|
||||||
|
DEFINE_SYMBOL BUILD_SDL)
|
||||||
endif()
|
endif()
|
||||||
set_target_properties(SDL2 PROPERTIES
|
set_target_properties(SDL2 PROPERTIES
|
||||||
VERSION ${SDL_VERSION}
|
VERSION ${SDL_VERSION}
|
||||||
|
Loading…
Reference in New Issue
Block a user