feat: enable sccache
This commit is contained in:
parent
90f78aa9ea
commit
584d22dece
3 changed files with 8 additions and 0 deletions
6
cmake/sccache.cmake
Normal file
6
cmake/sccache.cmake
Normal file
|
@ -0,0 +1,6 @@
|
|||
find_program(SCCACHE_FOUND sccache)
|
||||
|
||||
if(SCCACHE_FOUND)
|
||||
set(CMAKE_C_COMPILER_LAUNCHER sccache)
|
||||
set(CMAKE_CXX_COMPILER_LAUNCHER sccache)
|
||||
endif()
|
Loading…
Add table
Add a link
Reference in a new issue