Skip to content
This repository has been archived by the owner on Jun 19, 2019. It is now read-only.

cristianadam/ccache-cmake

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 
 
 
 
 
 
 
 
 

Repository files navigation

Moved

The project has been moved as a proper fork here: https://github.com/cristianadam/ccache

ccache-cmake

This project includes a CMake build port for ccache, which is is part of the project as a git subtree.

gperf 3.1 is also included under the gperf folder.

Building

Should be done as any other CMake project:

$ mkdir build
$ cd build 
$ cmake -GNinja -DCMAKE_BUILD_TYPE=Release ../ccache-cmake