11 lines
281 B
Plaintext
11 lines
281 B
Plaintext
|
# Additional clean files
|
||
|
cmake_minimum_required(VERSION 3.16)
|
||
|
|
||
|
if("${CONFIG}" STREQUAL "" OR "${CONFIG}" STREQUAL "Debug")
|
||
|
file(REMOVE_RECURSE
|
||
|
"9_Tables_autogen"
|
||
|
"CMakeFiles/9_Tables_autogen.dir/AutogenUsed.txt"
|
||
|
"CMakeFiles/9_Tables_autogen.dir/ParseCache.txt"
|
||
|
)
|
||
|
endif()
|