checks-parser/build/Desktop-Debug/CMakeFiles/clean_additional.cmake

11 lines
296 B
CMake
Raw Normal View History

2024-08-19 02:48:41 +03:00
# Additional clean files
cmake_minimum_required(VERSION 3.16)
if("${CONFIG}" STREQUAL "" OR "${CONFIG}" STREQUAL "Debug")
file(REMOVE_RECURSE
"CMakeFiles/checks-parser_autogen.dir/AutogenUsed.txt"
"CMakeFiles/checks-parser_autogen.dir/ParseCache.txt"
"checks-parser_autogen"
)
endif()