[GTK] [CMake] Generate pkg-config files
https://bugs.webkit.org/show_bug.cgi?id=125685
Reviewed by Martin Robinson.
.:
* Source/cmake/OptionsGTK.cmake: set variables used for filling in the values in the
pkg-config files.
Source/JavaScriptCore:
* PlatformGTK.cmake: Added. Generate javascriptcoregtk-3.0.pc.
Source/WebKit:
* PlatformGTK.cmake: generate webkitgtk-3.0.pc.
Source/WebKit2:
* PlatformGTK.cmake: generate webkit2gtk.pc.
git-svn-id: http://svn.webkit.org/repository/webkit/trunk@160993 268f45cc-cd09-0410-ab3c-d52691b4dbfc
diff --git a/Source/JavaScriptCore/PlatformGTK.cmake b/Source/JavaScriptCore/PlatformGTK.cmake
new file mode 100644
index 0000000..d6d119f
--- /dev/null
+++ b/Source/JavaScriptCore/PlatformGTK.cmake
@@ -0,0 +1,2 @@
+configure_file(javascriptcoregtk.pc.in ${CMAKE_BINARY_DIR}/Source/JavaScriptCore/javascriptcoregtk-3.0.pc @ONLY)
+