mirror of
https://gitee.com/Zhaoxin59/my-chat_-client.git
synced 2026-02-14 17:11:48 +08:00
first save
This commit is contained in:
@ -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()
|
||||
Reference in New Issue
Block a user