mirror of
https://github.com/libSDL2pp/libSDL2pp.git
synced 2025-08-04 11:25:58 -04:00
Provide proper library version
This commit is contained in:
parent
563f566180
commit
6150f414b7
@ -76,6 +76,7 @@ IF(CMAKE_SOURCE_DIR STREQUAL PROJECT_SOURCE_DIR)
|
|||||||
# library
|
# library
|
||||||
ADD_LIBRARY(SDL2pp SHARED ${LIBRARY_SOURCES} ${LIBRARY_HEADERS})
|
ADD_LIBRARY(SDL2pp SHARED ${LIBRARY_SOURCES} ${LIBRARY_HEADERS})
|
||||||
TARGET_LINK_LIBRARIES(SDL2pp ${SDL2_ALL_LIBRARIES})
|
TARGET_LINK_LIBRARIES(SDL2pp ${SDL2_ALL_LIBRARIES})
|
||||||
|
SET_TARGET_PROPERTIES(SDL2pp PROPERTIES VERSION 0.0.0 SOVERSION 0)
|
||||||
|
|
||||||
# demos and tests
|
# demos and tests
|
||||||
OPTION(RUN_GUI_TESTS "Run GUI tests (requires X11 display)" ON)
|
OPTION(RUN_GUI_TESTS "Run GUI tests (requires X11 display)" ON)
|
||||||
|
Loading…
x
Reference in New Issue
Block a user