~aleteoryx/muditaos

ref: f422b173fc042bfc65f0f6dfaee1e971860604f3 muditaos/cmake/modules/CCacheConfig.cmake -rw-r--r-- 190 bytes
f422b173 — Maciej Janicki [BH-1073] Turn off assets log 4 years ago
                                                                                
1
2
3
4
5
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)