mirror of
https://github.com/OpenCMT/uLib.git
synced 2025-12-06 07:21:31 +01:00
[uLib Geometry]
non working version! + adds ProgrammableAccessor + renaming of some Image structures ...
This commit is contained in:
11
CMake/clean-all.cmake
Normal file
11
CMake/clean-all.cmake
Normal file
@@ -0,0 +1,11 @@
|
||||
set(cmake_generated ${CMAKE_BINARY_DIR}/CMakeCache.txt
|
||||
${CMAKE_BINARY_DIR}/cmake_install.cmake
|
||||
${CMAKE_BINARY_DIR}/Makefile
|
||||
${CMAKE_BINARY_DIR}/CMakeFiles
|
||||
)
|
||||
|
||||
foreach(file ${cmake_generated})
|
||||
if (EXISTS ${file})
|
||||
file(REMOVE_RECURSE ${file})
|
||||
endif()
|
||||
endforeach(file)
|
||||
Reference in New Issue
Block a user