summaryrefslogtreecommitdiffstats
path: root/WebKit/CMakeLists.txt
diff options
context:
space:
mode:
Diffstat (limited to 'WebKit/CMakeLists.txt')
-rw-r--r--WebKit/CMakeLists.txt1
1 files changed, 1 insertions, 0 deletions
diff --git a/WebKit/CMakeLists.txt b/WebKit/CMakeLists.txt
index 3ed3e9c..3fee2c6 100644
--- a/WebKit/CMakeLists.txt
+++ b/WebKit/CMakeLists.txt
@@ -67,6 +67,7 @@ INCLUDE_DIRECTORIES(${WebKit_INCLUDE_DIRECTORIES})
ADD_LIBRARY(${WebKit_LIBRARY_NAME} ${WebKit_LIBRARY_TYPE} ${WebKit_SOURCES})
TARGET_LINK_LIBRARIES(${WebKit_LIBRARY_NAME} ${WebKit_LIBRARIES})
ADD_TARGET_PROPERTIES(${WebKit_LIBRARY_NAME} LINK_FLAGS "${WebKit_LINK_FLAGS}")
+SET_TARGET_PROPERTIES(${WebKit_LIBRARY_NAME} PROPERTIES VERSION ${PROJECT_VERSION} SOVERSION ${PROJECT_VERSION_MAJOR})
INSTALL(TARGETS ${WebKit_LIBRARY_NAME} DESTINATION lib)