]> git.ipfire.org Git - thirdparty/ccache.git/commit
Include config.h via command line instead of via system.h
authorJoel Rosdahl <joel@rosdahl.net>
Sun, 30 May 2021 18:40:35 +0000 (20:40 +0200)
committerJoel Rosdahl <joel@rosdahl.net>
Sun, 30 May 2021 18:53:30 +0000 (20:53 +0200)
commita57f70eda32e99221de56f5499079b4f00dc2bc5
tree40deaccf3c951d62313939033c2576cb360f7041
parentb76a89a3378f3b205de3d00694835eabe8e176ef
Include config.h via command line instead of via system.h

This makes the definitions in config.h available to all source code,
including third_party_lib. It’s also a first step towards not having to
include system.hpp and its libc headers from all files.
cmake/StandardSettings.cmake
cmake/config.h.in
src/system.hpp
src/third_party/CMakeLists.txt