Merge remote-tracking branch 'sunshine/master'

This commit is contained in:
Yukino Song
2025-05-25 19:45:07 +08:00
6 changed files with 88 additions and 15 deletions

View File

@@ -27,6 +27,9 @@ endif()
# set the module path, used for includes
set(CMAKE_MODULE_PATH "${CMAKE_SOURCE_DIR}/cmake")
# export compile_commands.json
set(CMAKE_EXPORT_COMPILE_COMMANDS ON)
# set version info for this build
include(${CMAKE_MODULE_PATH}/prep/build_version.cmake)