aboutsummaryrefslogtreecommitdiff
path: root/cmake/macros/FindPCHSupport.cmake
AgeCommit message (Expand)Author
2024-02-25Build: Reuse PCH file between all script modulesShauren
2022-09-06Build: Update required cmake version to 3.18Shauren
2022-01-06fixed indentation for cmake filesipriver
2021-12-21Build: Enable and require c++17 (#23868)Giacomo Pozzoni
2020-06-16CMake: Use target_precompile_headers instead of cotire with CMake >= 3.16.0Carbenium
2017-12-23Build: Re-enable the /Zm workaround for MSVC (cotire version)Naios
2017-12-20Build: Use the cotire library for precompiled header handlingNaios
2017-07-19Buildsystem: Fixed windows pch build with ninjaShauren
2017-06-08Buildsystem: Minor PCH building changesShauren
2016-04-05Buildsystem: Initial changes to support building with vs clang toolsetShauren
2016-03-19CMake: Add inherited include directories and definitions to precompiled headersNaios
2016-02-22CMake: Add the possibility to pass an arbitrary count of targets to add_cxx_pch.Naios
2013-03-26Core/Build: All include directories are quoted to support path with spacesSpp
2012-11-09Core/Build: Enable Clang PCH support and OS X specific featuresSpp
2010-08-28Buildsystem: Change over to a little more flexible method of using the CMake ...click