Raw File
test_clean.cmake.in
set(TEST_BUILD_DIRS "@TEST_BUILD_DIRS@")
file(REMOVE_RECURSE ${TEST_BUILD_DIRS})
back to top