码迷,mamicode.com
首页 > 系统相关 > 详细

cmake使用ccache

时间:2020-03-06 14:56:30      阅读:207      评论:0      收藏:0      [点我收藏+]

标签:compile   end   com   tac   lan   ogr   blank   targe   ref   

来自 stackoverflow

find_program(CCACHE_PROGRAM ccache)
if (CCACHE_PROGRAM)
    set_property(GLOBAL PROPERTY RULE_LAUNCH_COMPILE "${CCACHE_PROGRAM}")
endif ()

理论上distcc也可以用这种方式

cmake使用ccache

标签:compile   end   com   tac   lan   ogr   blank   targe   ref   

原文地址:https://www.cnblogs.com/windtail/p/12426309.html

(0)
(0)
   
举报
评论 一句话评论(0
登录后才能评论!
© 2014 mamicode.com 版权所有  联系我们:gaon5@hotmail.com
迷上了代码!