[CMAKE] Add GENERATE_BINDINGS macro to share the codes which use generate-bindings.pl.
authorryuan.choi@samsung.com <ryuan.choi@samsung.com@268f45cc-cd09-0410-ab3c-d52691b4dbfc>
Wed, 4 Jul 2012 15:25:35 +0000 (15:25 +0000)
committerryuan.choi@samsung.com <ryuan.choi@samsung.com@268f45cc-cd09-0410-ab3c-d52691b4dbfc>
Wed, 4 Jul 2012 15:25:35 +0000 (15:25 +0000)
commit9d83d8d5c5f23c0f8d218fbfafa8b6ce7fbee4cc
tree60055d48de5e120e41df855920bc397ed76e5a8c
parent004e18b2725fd752f4c15c332d7f95e0759908f9
[CMAKE] Add GENERATE_BINDINGS macro to share the codes which use generate-bindings.pl.
https://bugs.webkit.org/show_bug.cgi?id=90258

Reviewed by Rob Buis.

.:

This new macro calls generate-bindings.pl and append generated sources
into proper source list.

* Source/cmake/WebKitMacros.cmake:

Source/WebCore:

Use GENERATE_BINDINGS instead of using generate-bindings.pl directly.

* UseJSC.cmake:
* UseV8.cmake:
* PlatformBlackBerry.cmake:

git-svn-id: http://svn.webkit.org/repository/webkit/trunk@121857 268f45cc-cd09-0410-ab3c-d52691b4dbfc
ChangeLog
Source/WebCore/ChangeLog
Source/WebCore/PlatformBlackBerry.cmake
Source/WebCore/UseJSC.cmake
Source/WebCore/UseV8.cmake
Source/cmake/WebKitMacros.cmake