~aleteoryx/muditaos

ref: 8ad0a7d603708fd877d9422ae716406332815d19 muditaos/cmake/modules/CCacheConfig.cmake -rw-r--r-- 190 bytes
8ad0a7d6 — Piotr Tański [EGD-7188] MMI window style fixed 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)