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

cristianadam/ccache-cmake

master
Switch branches/tags

Name already in use

A tag already exists with the provided branch name. Many Git commands accept both tag and branch names, so creating this branch may cause unexpected behavior. Are you sure you want to create this branch?
Code

Latest commit

 

Git stats

Files

Permalink
Failed to load latest commit information.
Type
Name
Latest commit message
Commit time
 
 
 
 
 
 

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