aboutsummaryrefslogtreecommitdiff
path: root/cmake/macros/FindPCHSupport.cmake
AgeCommit message (Expand)Author
2020-06-24fixed indentation for cmake filesipriver
2020-06-16CP of CMake: Prepare for target_precompile_headers (#24810) for 3.3.5 (#24816)Peter Keresztes Schmidt
2020-02-08Build: Enable and require c++17 (#23868)Giacomo Pozzoni
2017-12-23Build: Re-enable the /Zm workaround for MSVC (cotire version)Naios
2017-12-17Build: Use the cotire library for precompiled header handlingNaios
2017-12-13Buildsystem: Fixed windows pch build with ninjaShauren
2017-06-22Buildsystem: Minor PCH building changesShauren
2016-04-09Buildsystem: Initial changes to support building with vs clang toolsetShauren
2016-03-18CMake: 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