FazBrowse GitHub Viewer
|
Trending
|
URL:
|
Home
Tools:
[Download Repo ZIP]
[View Raw Code]
[Original HTTPS Page]
WebKit/Source/JavaScriptCore/PlatformGTK.cmake at main · WebKit/WebKit · GitHub
Uh oh!
There was an error while loading.
Please reload this page
.
WebKit
/
WebKit
Public
Notifications
You must be signed in to change notification settings
Fork
2.1k
Star
10.1k
Code
Pull requests
2.6k
Actions
Wiki
Security and quality
0
Insights
Additional navigation options
Code
Pull requests
Actions
Wiki
Security and quality
Insights
Expand file tree
Breadcrumbs
WebKit
/
Source
/
JavaScriptCore
/
PlatformGTK.cmake
Copy path
More file actions
More file actions
Latest commit
History
History
History
36 lines (30 loc) · 1.27 KB
Breadcrumbs
WebKit
/
Source
/
JavaScriptCore
/
PlatformGTK.cmake
Copy path
File metadata and controls
36 lines (30 loc) · 1.27 KB
Raw
Copy raw file
Download raw file
Open symbols panel
Edit and raw actions
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
include
(
GLib.cmake
)
include
(
inspector/remote/GLib.cmake
)
set
(JavaScriptCore_OUTPUT_NAME javascriptcoregtk-
${WEBKITGTK_API_VERSION}
)
configure_file
(
javascriptcoregtk.pc.in
${JavaScriptCore_PKGCONFIG_FILE}
@ONLY
)
if
(
EXISTS
"
${TOOLS_DIR}
/glib/apply-build-revision-to-files.py"
)
add_custom_target
(
JavaScriptCore-build-revision
${PYTHON_EXECUTABLE}
"
${TOOLS_DIR}
/glib/apply-build-revision-to-files.py"
${JavaScriptCore_PKGCONFIG_FILE}
DEPENDS
${JavaScriptCore_PKGCONFIG_FILE}
WORKING_DIRECTORY
${
CMAKE_SOURCE_DIR
}
VERBATIM
)
list
(
APPEND
JavaScriptCore_DEPENDENCIES
JavaScriptCore-build-revision
)
endif
()
install
(
FILES
"
${
CMAKE_BINARY_DIR
}
/Source/JavaScriptCore/javascriptcoregtk-
${WEBKITGTK_API_VERSION}
.pc"
DESTINATION
"
${LIB_INSTALL_DIR}
/pkgconfig"
)
if
(
NOT
ENABLE_2022_GLIB_API)
install
(
FILES
${JavaScriptCore_PUBLIC_FRAMEWORK_HEADERS}
DESTINATION
"
${WEBKITGTK_HEADER_INSTALL_DIR}
/JavaScriptCore"
)
endif
()
install
(
FILES
${JavaScriptCore_INSTALLED_HEADERS}
DESTINATION
"
${WEBKITGTK_HEADER_INSTALL_DIR}
/jsc"
)
GI_INTROSPECT
(
JavaScriptCore
${WEBKITGTK_API_VERSION}
jsc/jsc.h
PACKAGE
javascriptcoregtk
SYMBOL_PREFIX
jsc
DEPENDENCIES
GObject-2.0
)
GI_DOCGEN
(
JavaScriptCore
API/glib/docs/jsc.toml.in
)
Back
|
FazBrowse Home
|
New Git URL