[webkit-changes] [WebKit/WebKit] d9aab5: [CMake] Add targets for Apple Frameworks
Don Olmstead
noreply at github.com
Tue Dec 6 12:43:52 PST 2022
Branch: refs/heads/main
Home: https://github.com/WebKit/WebKit
Commit: d9aab5144958ec79974320ac150b7e53ba54b45c
https://github.com/WebKit/WebKit/commit/d9aab5144958ec79974320ac150b7e53ba54b45c
Author: Don Olmstead <don.olmstead at sony.com>
Date: 2022-12-06 (Tue, 06 Dec 2022)
Changed paths:
M Source/JavaScriptCore/PlatformWin.cmake
M Source/WTF/wtf/PlatformWin.cmake
M Source/WebCore/PlatformWin.cmake
M Source/WebKitLegacy/PlatformWin.cmake
M Source/WebKitLegacy/win/WebKitQuartzCoreAdditions/CMakeLists.txt
A Source/cmake/FindApple.cmake
M Source/cmake/OptionsAppleWin.cmake
M Source/cmake/OptionsWinCairo.cmake
M Source/cmake/target/TargetJavaScriptCore.cmake
M Source/cmake/target/TargetWTF.cmake
M Tools/MiniBrowser/win/CMakeLists.txt
M Tools/TestWebKitAPI/PlatformWin.cmake
Log Message:
-----------
[CMake] Add targets for Apple Frameworks
https://bugs.webkit.org/show_bug.cgi?id=205085
Reviewed by Tim Horton and Per Arne Vollan.
Create a FindApple module which will find Apple frameworks. The module
creates a CMake target for each component in the form Apple::<C>. All
frameworks within the Apple Windows builds are represented.
Currently just the Windows ports are migrated to using the module.
* Source/JavaScriptCore/PlatformWin.cmake:
* Source/WTF/wtf/PlatformWin.cmake:
* Source/WebCore/PlatformWin.cmake:
* Source/WebKitLegacy/PlatformWin.cmake:
* Source/WebKitLegacy/win/WebKitQuartzCoreAdditions/CMakeLists.txt:
* Source/cmake/FindApple.cmake: Added.
* Source/cmake/OptionsAppleWin.cmake:
* Source/cmake/OptionsWinCairo.cmake:
* Source/cmake/target/TargetJavaScriptCore.cmake:
* Source/cmake/target/TargetWTF.cmake:
* Tools/MiniBrowser/win/CMakeLists.txt:
* Tools/TestWebKitAPI/PlatformWin.cmake:
Canonical link: https://commits.webkit.org/257428@main
More information about the webkit-changes
mailing list