NEW 196734
[CMake] Cleanup CMake files after target-oriented changes
https://bugs.webkit.org/show_bug.cgi?id=196734
Summary [CMake] Cleanup CMake files after target-oriented changes
Don Olmstead
Reported 2019-04-09 09:36:26 PDT
While working on cleaning up things for https://bugs.webkit.org/show_bug.cgi?id=196704 I'm expecting to see some things that can be refactored or need to be fixed but can't be addressed till later in the process. This bug is meant to track those things so they don't get lost in the shuffle.
Attachments
Don Olmstead
Comment 1 2019-04-09 09:45:30 PDT
In Source/WTF/wtf/CMakeLists.txt the WTF_INCLUDE_DIRECTORIES should only propagate bmalloc includes. Not fixing yet because this causes a bunch of unrelated changes to be needed.
Don Olmstead
Comment 2 2019-04-09 09:46:47 PDT
In Source/WTF/wtf/CMakeLists.txt the forwarding headers directory is used for copying the unified bundles script. This also requires changes to WebKitMacros.cmake
Don Olmstead
Comment 3 2019-04-09 10:09:05 PDT
I have no idea why there are calls to WEBKIT_CREATE_FORWARDING_HEADERS inside of WTF in Source/WTF/wtf/PlatformMac.cmake
Note You need to log in before you can comment on or make changes to this bug.