serenity/Toolchain/CMake/Platform
Andrew Kaster 05058d185c Toolchain: Update Platform files to match those in upstream cmake
Serenity support was merged into the CMake master branch for the 3.25.0
milestone (https://gitlab.kitware.com/cmake/cmake/-/merge_requests/6837)

Remove some settings that are now redundant from the Toolchain files.
2022-06-29 13:36:38 +01:00
..
README.md Toolchain: Update Platform files to match those in upstream cmake 2022-06-29 13:36:38 +01:00
SerenityOS-Clang-ASM.cmake Toolchain: Update Platform files to match those in upstream cmake 2022-06-29 13:36:38 +01:00
SerenityOS-Clang-C.cmake Toolchain: Update Platform files to match those in upstream cmake 2022-06-29 13:36:38 +01:00
SerenityOS-Clang-CXX.cmake Toolchain: Update Platform files to match those in upstream cmake 2022-06-29 13:36:38 +01:00
SerenityOS-GNU-ASM.cmake Toolchain: Update Platform files to match those in upstream cmake 2022-06-29 13:36:38 +01:00
SerenityOS-GNU-C.cmake Toolchain: Update Platform files to match those in upstream cmake 2022-06-29 13:36:38 +01:00
SerenityOS-GNU-CXX.cmake Toolchain: Update Platform files to match those in upstream cmake 2022-06-29 13:36:38 +01:00
SerenityOS-GNU.cmake Toolchain: Update Platform files to match those in upstream cmake 2022-06-29 13:36:38 +01:00
SerenityOS.cmake Toolchain: Update Platform files to match those in upstream cmake 2022-06-29 13:36:38 +01:00

This directory contains Platform files for CMake to identify flags for SerenityOS when CMAKE_SYSTEM_NAME is "SerenityOS".

Please keep these files in sync with upstream Modules/Platform/SerenityOS*.cmake in https://gitlab.kitware.com/cmake/cmake