git://git.webkit.org
/
WebKit-https.git
/ blobdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
|
commitdiff
|
tree
raw
| inline |
side by side
Follow up to r195361. Removing ios-simulator-wk2 fast/viewport/ios directory pass...
[WebKit-https.git]
/
Source
/
bmalloc
/
CMakeLists.txt
diff --git
a/Source/bmalloc/CMakeLists.txt
b/Source/bmalloc/CMakeLists.txt
index
b712aeb
..
560737e
100644
(file)
--- a/
Source/bmalloc/CMakeLists.txt
+++ b/
Source/bmalloc/CMakeLists.txt
@@
-16,6
+16,10
@@
set(bmalloc_SOURCES
bmalloc/mbmalloc.cpp
)
+set(bmalloc_LIBRARIES
+ ${CMAKE_DL_LIBS}
+)
+
WEBKIT_INCLUDE_CONFIG_FILES_IF_EXISTS()
WEBKIT_WRAP_SOURCELIST(${bmalloc_SOURCES})