mirror of
https://gitlab.com/dosowisko.net/libsuperderpy.git
synced 2024-12-05 00:38:00 +01:00
cmake: Clean up vita data dir before copying
This commit is contained in:
parent
6486103517
commit
dd74c2cc2d
1 changed files with 1 additions and 0 deletions
|
@ -632,6 +632,7 @@ if (NOT LIBSUPERDERPY_CONFIG_INCLUDED)
|
|||
message(FATAL_ERROR "No TitleID for Vita provided (LIBSUPERDERPY_VITA_TITLEID)")
|
||||
endif()
|
||||
|
||||
file(REMOVE_RECURSE "${CMAKE_BINARY_DIR}/vita")
|
||||
file(COPY "${CMAKE_SOURCE_DIR}/data" DESTINATION "${CMAKE_BINARY_DIR}/vita/" PATTERN "stuff" EXCLUDE
|
||||
PATTERN ".git" EXCLUDE
|
||||
PATTERN ".gitignore" EXCLUDE
|
||||
|
|
Loading…
Reference in a new issue