~aleteoryx/muditaos

ref: ec56afc93393af6c84ba69a2cf9c5ca5d0b83cf2 muditaos/config/CCacheConfig.cmake -rw-r--r-- 190 bytes
ec56afc9 — Maciej-Mudita [EGD-5381] Add Low Power Drivers 5 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)