Used cotire to enhance build performance
authorJoel Holdsworth <joel@airwebreathe.org.uk>
Sun, 7 Jul 2013 15:15:42 +0000 (16:15 +0100)
committerJoel Holdsworth <joel@airwebreathe.org.uk>
Tue, 3 Sep 2013 11:50:48 +0000 (12:50 +0100)
commit0cf9fb2478628f5b4c5773edd1d6ad1a895ccaec
tree4dc6e4eb1cd400401711ed5f333fadf0733e248a
parent23b02a8288bd2dd2fd058b22c15d4ba17f4151c0
Used cotire to enhance build performance

Cotire (compile time reducer) is a CMake module that speeds up the
build process of CMake based build systems by fully automating
techniques as precompiled header usage and single compilation unit
builds for C and C++.

Cotire is released under the MIT license.
CMake/cotire.cmake [new file with mode: 0644]
CMakeLists.txt