[webkit-changes] [WebKit/WebKit] 11c480: Fix Mac CMake build a little

Alex Christensen noreply at github.com
Mon Jan 8 09:24:01 PST 2024


  Branch: refs/heads/main
  Home:   https://github.com/WebKit/WebKit
  Commit: 11c480a0344031afd9296b5e7ac33ed0899f9de5
      https://github.com/WebKit/WebKit/commit/11c480a0344031afd9296b5e7ac33ed0899f9de5
  Author: Alex Christensen <achristensen at apple.com>
  Date:   2024-01-08 (Mon, 08 Jan 2024)

  Changed paths:
    M Source/ThirdParty/libwebrtc/CMakeLists.txt
    M Source/WTF/wtf/PlatformMac.cmake
    M Source/WTF/wtf/text/ASCIILiteral.h
    M Source/WTF/wtf/text/StringView.h
    M Source/WebCore/PAL/pal/PlatformMac.cmake
    M Source/WebCore/PlatformMac.cmake
    M Source/WebCore/SourcesCocoa.txt
    M Source/WebKit/CMakeLists.txt
    M Source/WebKit/PlatformMac.cmake
    M Source/WebKitLegacy/PlatformMac.cmake
    M Source/cmake/OptionsMac.cmake

  Log Message:
  -----------
  Fix Mac CMake build a little
https://bugs.webkit.org/show_bug.cgi?id=267191
rdar://120597030

Unreviewed.

This allows me to run cmake on macOS successfully.  The resulting build system
doesn't build completely or link, but it's enough to allow me to experiment with
some tools that integrate with CMake but not Xcode.

* Source/ThirdParty/libwebrtc/CMakeLists.txt:
* Source/WTF/wtf/PlatformMac.cmake:
* Source/WebCore/PAL/pal/PlatformMac.cmake:
* Source/WebCore/PlatformMac.cmake:
* Source/WebCore/SourcesCocoa.txt:
* Source/WebKit/CMakeLists.txt:
* Source/WebKit/PlatformMac.cmake:
* Source/WebKitLegacy/PlatformMac.cmake:
* Source/cmake/OptionsMac.cmake:

Canonical link: https://commits.webkit.org/272770@main




More information about the webkit-changes mailing list