Progress towards CMake on Mac.
https://bugs.webkit.org/show_bug.cgi?id=142680
Reviewed by Gyuyoung Kim.
.:
* CMakeLists.txt:
* Source/PlatformMac.cmake: Added stub.
* Source/cmake/OptionsMac.cmake:
Change defines to get CMake working.
Source/bmalloc:
* CMakeLists.txt:
* PlatformMac.cmake:
Added Zone.cpp to Mac CMake builds.
Source/JavaScriptCore:
* PlatformMac.cmake:
Generate TracingDtrace.h based on project.pbxproj.
Source/WebCore:
* PlatformMac.cmake:
Added new include directories and removed old source files.
Source/WebKit:
* CMakeLists.txt: Added.
Source/WebKit2:
* PlatformMac.cmake: Added.
git-svn-id: http://svn.webkit.org/repository/webkit/trunk@181496 268f45cc-cd09-0410-ab3c-d52691b4dbfc
diff --git a/CMakeLists.txt b/CMakeLists.txt
index c0df2cf..0a962e3 100644
--- a/CMakeLists.txt
+++ b/CMakeLists.txt
@@ -132,6 +132,7 @@
set(WebCore_LIBRARY_TYPE STATIC)
endif ()
+set(WebKit_LIBRARY_TYPE SHARED)
set(WebKit2_LIBRARY_TYPE SHARED)
set(WebCoreTestSupport_LIBRARY_TYPE STATIC)