Removed folder 'Testing' - not needed yet

This commit is contained in:
Uwe Jakobeit
2026-03-30 11:52:39 +02:00
parent 00f8e9a751
commit a4b0739467
722 changed files with 23872 additions and 22 deletions

View 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()