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