Also install DDS and PNG files

master
Andrew Copland 2019-02-08 13:17:10 +00:00 committed by GitHub
parent 942389d4ed
commit 04c698d41b
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 1 additions and 1 deletions

View File

@ -268,7 +268,7 @@ install(DIRECTORY data/
)
install(DIRECTORY data/models/
DESTINATION ${PIONEER_DATA_DIR}/models
FILES_MATCHING PATTERN "*.sgm"
FILES_MATCHING PATTERN "*.sgm" PATTERN "*.dds" PATTERN "*.png"
)
if (WIN32)