diff options
author | Chris Robinson <[email protected]> | 2011-02-06 02:39:22 -0800 |
---|---|---|
committer | Chris Robinson <[email protected]> | 2011-02-06 02:39:22 -0800 |
commit | 8dad1c382bdca0d792c243c63afd8d6ea0bd68c2 (patch) | |
tree | 0aa22639d297ddb77e169e86f1e6703bb21e2ac6 | |
parent | 6713a47d38470fb9b392729ad405d92ae9fcb9ab (diff) |
Add the standard "revision" number to the library name
-rw-r--r-- | CMakeLists.txt | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/CMakeLists.txt b/CMakeLists.txt index 1aa568f4..de6c83b0 100644 --- a/CMakeLists.txt +++ b/CMakeLists.txt @@ -469,7 +469,7 @@ CONFIGURE_FILE( ADD_LIBRARY(${LIBNAME} ${LIBTYPE} ${OPENAL_OBJS} ${ALC_OBJS}) SET_TARGET_PROPERTIES(${LIBNAME} PROPERTIES DEFINE_SYMBOL AL_BUILD_LIBRARY COMPILE_FLAGS -DAL_ALEXT_PROTOTYPES - VERSION ${LIB_VERSION} + VERSION ${LIB_VERSION}.0 SOVERSION ${LIB_MAJOR_VERSION}) IF(WIN32 AND NOT LIBTYPE STREQUAL "STATIC") SET_TARGET_PROPERTIES(${LIBNAME} PROPERTIES PREFIX "") |