mirror of
https://gitee.com/Zhaoxin59/my-chat_-client.git
synced 2026-02-14 09:01:50 +08:00
11 lines
291 B
CMake
11 lines
291 B
CMake
# 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()
|