mirror of
https://github.com/Naios/continuable.git
synced 2025-12-06 08:46:44 +08:00
Add ccache
Signed-off-by: Bogdan Vaneev <warchantua@gmail.com>
This commit is contained in:
parent
88fbcdbc17
commit
bcf55e88dd
@ -21,7 +21,11 @@
|
||||
|
||||
cmake_minimum_required(VERSION 3.11)
|
||||
|
||||
|
||||
find_program(CCACHE_FOUND ccache)
|
||||
if(CCACHE_FOUND)
|
||||
set_property(GLOBAL PROPERTY RULE_LAUNCH_COMPILE ccache)
|
||||
set_property(GLOBAL PROPERTY RULE_LAUNCH_LINK ccache)
|
||||
endif(CCACHE_FOUND)
|
||||
|
||||
project(continuable VERSION 3.0.0 LANGUAGES C CXX)
|
||||
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user