Created
December 6, 2024 08:10
-
-
Save talentestors/f7dedb45721b63db257b7dbd3447ff10 to your computer and use it in GitHub Desktop.
For CMakeLists
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| # Configure ccache if available | |
| 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) |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment