Removed folder 'Testing' - not needed yet
This commit is contained in:
13
CMakeFiles/clean_additional.cmake
Normal file
13
CMakeFiles/clean_additional.cmake
Normal file
@@ -0,0 +1,13 @@
|
||||
# Additional clean files
|
||||
cmake_minimum_required(VERSION 3.16)
|
||||
|
||||
if("${CONFIG}" STREQUAL "" OR "${CONFIG}" STREQUAL "Debug")
|
||||
file(REMOVE_RECURSE
|
||||
"app/CMakeFiles/app_autogen.dir/AutogenUsed.txt"
|
||||
"app/CMakeFiles/app_autogen.dir/ParseCache.txt"
|
||||
"app/CMakeFiles/app_lib_autogen.dir/AutogenUsed.txt"
|
||||
"app/CMakeFiles/app_lib_autogen.dir/ParseCache.txt"
|
||||
"app/app_autogen"
|
||||
"app/app_lib_autogen"
|
||||
)
|
||||
endif()
|
||||
Reference in New Issue
Block a user