mirror of
https://github.com/vcmi/vcmi.git
synced 2025-11-25 22:42:04 +02:00
Docs: Fix CMake commands for enabling Ccache
This commit is contained in:
@@ -76,7 +76,7 @@ cmake ../vcmi
|
||||
**Notice**: The ../vcmi/ is not a typo, it will place makefile scripts into the build dir as the build dir is your working dir when calling CMake.
|
||||
|
||||
## To use ccache:
|
||||
`cmake ../vcmi -D CMAKE_COMPILER_LAUNCHER=ccache`
|
||||
`cmake ../vcmi -D CMAKE_CXX_COMPILER_LAUNCHER=ccache -D CMAKE_C_COMPILER_LAUNCHER=ccache`
|
||||
|
||||
## Trigger build
|
||||
|
||||
|
||||
Reference in New Issue
Block a user