CMakeLists.txt: sync DYLIB_CURRENT_VERSION to Xcode project
This commit is contained in:
parent
3a04fa45ce
commit
4205214211
1 changed files with 1 additions and 1 deletions
|
@ -47,7 +47,7 @@ set(SDL_INTERFACE_AGE 0)
|
|||
set(SDL_BINARY_AGE 11)
|
||||
set(SDL_VERSION "${SDL_MAJOR_VERSION}.${SDL_MINOR_VERSION}.${SDL_MICRO_VERSION}")
|
||||
# the following should match the versions in Xcode project file:
|
||||
set(DYLIB_CURRENT_VERSION 10.0.0)
|
||||
set(DYLIB_CURRENT_VERSION 12.0.0)
|
||||
set(DYLIB_COMPATIBILITY_VERSION 1.0.0)
|
||||
|
||||
# Set defaults preventing destination file conflicts
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue