[Webkit-unassigned] [Bug 231774] New: [CMake] Better support XCode Frameworks in WEBKIT_FRAMEWORK
bugzilla-daemon at webkit.org
bugzilla-daemon at webkit.org
Thu Oct 14 14:57:54 PDT 2021
https://bugs.webkit.org/show_bug.cgi?id=231774
Bug ID: 231774
Summary: [CMake] Better support XCode Frameworks in
WEBKIT_FRAMEWORK
Product: WebKit
Version: WebKit Nightly Build
Hardware: Unspecified
OS: Unspecified
Status: NEW
Severity: Normal
Priority: P2
Component: CMake
Assignee: webkit-unassigned at lists.webkit.org
Reporter: don.olmstead at sony.com
Use CMake support of FRAMEWORKs in WEBKIT_FRAMEWORK.
* Use the FRAMEWORK properties https://cmake.org/cmake/help/latest/prop_tgt/FRAMEWORK.html
* Use the PUBLIC_HEADER property https://cmake.org/cmake/help/latest/prop_tgt/PUBLIC_HEADER.html
* Use the PRIVATE_HEADER property https://cmake.org/cmake/help/latest/prop_tgt/PRIVATE_HEADER.html
Handle `-umbrella` framework which prevents WebCore from being linked directly.
--
You are receiving this mail because:
You are the assignee for the bug.
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.webkit.org/pipermail/webkit-unassigned/attachments/20211014/236923ef/attachment-0001.htm>
More information about the webkit-unassigned
mailing list