misc(cmake): use ccache

This commit is contained in:
maelstrom 2025-07-24 02:00:08 +02:00
parent 8d5fb3b2c6
commit 3df575314e

View file

@ -10,6 +10,7 @@ else()
endif()
set( CMAKE_MODULE_PATH "${CMAKE_CURRENT_SOURCE_DIR}/cmake" )
set(USE_CCACHE ON)
add_subdirectory(autogen)