libbpg-0.9.6
This commit is contained in:
parent
3035b41edf
commit
35a8402710
248 changed files with 232891 additions and 100 deletions
10
x265/source/cmake/clean-generated.cmake
Normal file
10
x265/source/cmake/clean-generated.cmake
Normal file
|
@ -0,0 +1,10 @@
|
|||
set(generated "${CMAKE_CURRENT_BINARY_DIR}/x265.rc"
|
||||
"${CMAKE_CURRENT_BINARY_DIR}/x265.pc"
|
||||
"${CMAKE_CURRENT_BINARY_DIR}/x265.def"
|
||||
"${CMAKE_CURRENT_BINARY_DIR}/x265_config.h")
|
||||
|
||||
foreach(file ${generated})
|
||||
if(EXISTS ${file})
|
||||
file(REMOVE ${file})
|
||||
endif()
|
||||
endforeach(file)
|
Loading…
Add table
Add a link
Reference in a new issue