[Webkit-unassigned] [Bug 272010] New: Allow using add_subdirectory with WebKit and/or JSC
bugzilla-daemon at webkit.org
bugzilla-daemon at webkit.org
Mon Apr 1 18:12:39 PDT 2024
https://bugs.webkit.org/show_bug.cgi?id=272010
Bug ID: 272010
Summary: Allow using add_subdirectory with WebKit and/or JSC
Product: WebKit
Version: WebKit Nightly Build
Hardware: All
OS: All
Status: NEW
Severity: Normal
Priority: P2
Component: CMake
Assignee: webkit-unassigned at lists.webkit.org
Reporter: theop at flowtr.dev
I would like to make a PR that allows webkit's cmake build files to be added in another project using `add_subdirectory(WebKit).
This would make it easier to embed the entire webkit project as well as JSC individually.
See https://github.com/BunOSLabs/WebKit/commit/9b1c39fdee8a904460e73dbb5471c86caaef78f4 for the current changes I have come up with. So far I have changed CMAKE_{SOURCE,BINARY}_DIR to CMAKE_CURRENT_{SOURCE,BINARY}_DIR. Not sure if there's anything else that would be needed yet.
--
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/20240402/347329c0/attachment.htm>
More information about the webkit-unassigned
mailing list