mirror of
https://github.com/libSDL2pp/libSDL2pp.git
synced 2025-09-07 22:36:49 -04:00
Bump soname after incompatible ABI changes in audio
This commit is contained in:
parent
ef152c2a84
commit
f51013cf6a
@ -91,7 +91,7 @@ IF(CMAKE_SOURCE_DIR STREQUAL PROJECT_SOURCE_DIR)
|
||||
# library
|
||||
ADD_LIBRARY(SDL2pp SHARED ${LIBRARY_SOURCES} ${LIBRARY_HEADERS})
|
||||
TARGET_LINK_LIBRARIES(SDL2pp ${SDL2_ALL_LIBRARIES})
|
||||
SET_TARGET_PROPERTIES(SDL2pp PROPERTIES VERSION 0.0.0 SOVERSION 0)
|
||||
SET_TARGET_PROPERTIES(SDL2pp PROPERTIES VERSION 1.0.0 SOVERSION 1)
|
||||
|
||||
# demos and tests
|
||||
OPTION(RUN_GUI_TESTS "Run GUI tests (requires X11 display)" ON)
|
||||
|
Loading…
x
Reference in New Issue
Block a user