[webkit-dev] CMake buildsystem for JSC
Patrick Roland Gansterer
paroga at paroga.com
Wed Apr 21 13:49:52 PDT 2010
Hi,
I created an example how the CMake files might look for WebKit. Since WebKit
is a huge project I've done the task only for WTF, JavaScriptCore library and
application.
You can find this patch at https://bugs.webkit.org/show_bug.cgi?id=37945.
If there is a real chance to use CMake as the main buildsystem (or at least
get it into trunk) I will add the remaining projects (WebCore, DRT, ...) and
improve it further.
I only tried to build it on Win32 with CFLite and ICU.
At the moment the CMakeLists.txt file in the root directory is "hard coded"
for this port. A final version will detect the available platform features and
create a cmakeconfig.h like the autotoolsconfig.h. The other CMakeLists.txt
files are nearly finished.
- Patrick
More information about the webkit-dev
mailing list