[webkit-changes] [WebKit/WebKit] b5a3b2: [CMake] Separate C files in Visual Studio
Don Olmstead
noreply at github.com
Wed Dec 18 16:31:58 PST 2024
Branch: refs/heads/main
Home: https://github.com/WebKit/WebKit
Commit: b5a3b27d3def6ad93ee1b43a1413b3360175275a
https://github.com/WebKit/WebKit/commit/b5a3b27d3def6ad93ee1b43a1413b3360175275a
Author: Don Olmstead <don.olmstead at sony.com>
Date: 2024-12-18 (Wed, 18 Dec 2024)
Changed paths:
M Source/JavaScriptCore/shell/CMakeLists.txt
M Source/JavaScriptCore/shell/PlatformPlayStation.cmake
M Source/bmalloc/CMakeLists.txt
M Source/cmake/WebKitMacros.cmake
Log Message:
-----------
[CMake] Separate C files in Visual Studio
https://bugs.webkit.org/show_bug.cgi?id=284253
Reviewed by Ross Kirsling and Yusuke Suzuki.
Visual Studio doesn't separate C and C++ compile options. Split the target so
there is one for C files and one for C++ files. This prevents additional options
from being erroneously to a C file.
* Source/JavaScriptCore/shell/CMakeLists.txt:
* Source/JavaScriptCore/shell/PlatformPlayStation.cmake:
* Source/bmalloc/CMakeLists.txt:
* Source/cmake/WebKitMacros.cmake:
Canonical link: https://commits.webkit.org/288054@main
To unsubscribe from these emails, change your notification settings at https://github.com/WebKit/WebKit/settings/notifications
More information about the webkit-changes
mailing list