11 lines
285 B
CMake
11 lines
285 B
CMake
# Additional clean files
|
|
cmake_minimum_required(VERSION 3.16)
|
|
|
|
if("${CONFIG}" STREQUAL "" OR "${CONFIG}" STREQUAL "")
|
|
file(REMOVE_RECURSE
|
|
"CMakeFiles/nomad-shell_autogen.dir/AutogenUsed.txt"
|
|
"CMakeFiles/nomad-shell_autogen.dir/ParseCache.txt"
|
|
"nomad-shell_autogen"
|
|
)
|
|
endif()
|