Bug 231774 - [CMake] Better support XCode Frameworks in WEBKIT_FRAMEWORK
Summary: [CMake] Better support XCode Frameworks in WEBKIT_FRAMEWORK
Status: NEW
Alias: None
Product: WebKit
Classification: Unclassified
Component: CMake (show other bugs)
Version: WebKit Nightly Build
Hardware: Unspecified Unspecified
: P2 Normal
Assignee: Nobody
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2021-10-14 14:57 PDT by Don Olmstead
Modified: 2021-10-17 18:19 PDT (History)
1 user (show)

See Also:


Attachments

Note You need to log in before you can comment on or make changes to this bug.
Description Don Olmstead 2021-10-14 14:57:54 PDT
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.