11 lines
272 B
CMake
11 lines
272 B
CMake
|
# Additional clean files
|
||
|
cmake_minimum_required(VERSION 3.16)
|
||
|
|
||
|
if("${CONFIG}" STREQUAL "" OR "${CONFIG}" STREQUAL "Release")
|
||
|
file(REMOVE_RECURSE
|
||
|
"CMakeFiles\\sui_autogen.dir\\AutogenUsed.txt"
|
||
|
"CMakeFiles\\sui_autogen.dir\\ParseCache.txt"
|
||
|
"sui_autogen"
|
||
|
)
|
||
|
endif()
|