3 lines
89 B
CMake
3 lines
89 B
CMake
|
file(GLOB build_contents "${CMAKE_BINARY_DIR}/*")
|
||
|
file(REMOVE_RECURSE ${build_contents})
|