Bug 231774
| Summary: | [CMake] Better support XCode Frameworks in WEBKIT_FRAMEWORK | ||
|---|---|---|---|
| Product: | WebKit | Reporter: | Don Olmstead <don.olmstead> |
| Component: | CMake | Assignee: | Nobody <webkit-unassigned> |
| Status: | NEW | ||
| Severity: | Normal | CC: | ap |
| Priority: | P2 | ||
| Version: | WebKit Nightly Build | ||
| Hardware: | Unspecified | ||
| OS: | Unspecified | ||
Don Olmstead
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.
| Attachments | ||
|---|---|---|
| Add attachment proposed patch, testcase, etc. |