first save

This commit is contained in:
xyz
2025-05-18 20:36:34 +08:00
commit f55d98494b
461 changed files with 38842 additions and 0 deletions

View File

@ -0,0 +1,10 @@
# Additional clean files
cmake_minimum_required(VERSION 3.16)
if("${CONFIG}" STREQUAL "" OR "${CONFIG}" STREQUAL "Debug")
file(REMOVE_RECURSE
"CMakeFiles\\ClientChat_autogen.dir\\AutogenUsed.txt"
"CMakeFiles\\ClientChat_autogen.dir\\ParseCache.txt"
"ClientChat_autogen"
)
endif()