Add graph references
This commit is contained in:
@@ -0,0 +1,7 @@
|
||||
option(USE_CCACHE "Use ccache to speed up compilation if it is installed" ON)
|
||||
if(USE_CCACHE)
|
||||
find_program(CCACHE_PROGRAM ccache)
|
||||
if(CCACHE_PROGRAM)
|
||||
set_property(GLOBAL PROPERTY RULE_LAUNCH_COMPILE "${CCACHE_PROGRAM}")
|
||||
endif()
|
||||
endif()
|
||||
Reference in New Issue
Block a user