Skip to content

Commit a767ad1

Browse files
committed
Fix installation.
libWebKit was missing from install. Oops!
1 parent acf6939 commit a767ad1

File tree

2 files changed

+5
-0
lines changed

2 files changed

+5
-0
lines changed

Source/WebKit/CMakeLists.txt

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -45,4 +45,8 @@ if (WebKit_OUTPUT_NAME)
4545
set_target_properties(WebKit PROPERTIES OUTPUT_NAME ${WebKit_OUTPUT_NAME})
4646
endif ()
4747

48+
POPULATE_LIBRARY_VERSION(WEBKIT)
49+
set_target_properties(WebKit PROPERTIES VERSION ${WEBKIT_VERSION} SOVERSION ${WEBKIT_VERSION_MAJOR})
50+
install(TARGETS WebKit DESTINATION "${LIB_INSTALL_DIR}")
51+
4852
WEBKIT_FRAMEWORK(WebKit)

Source/WebKit/PlatformHaiku.cmake

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -143,3 +143,4 @@ INSTALL(FILES
143143
DESTINATION develop/headers${CMAKE_HAIKU_SECONDARY_ARCH_SUBDIR}
144144
COMPONENT devel
145145
)
146+

0 commit comments

Comments
 (0)