Install *.avi test files too

This commit is contained in:
Marek Habersack 2019-12-24 00:32:40 +01:00 committed by Nick Black
parent 1555edfa6c
commit c819063d80

View File

@ -212,7 +212,7 @@ install(FILES
DESTINATION ${CMAKE_INSTALL_LIBDIR}/pkgconfig
)
file(GLOB TESTDATA CONFIGURE_DEPENDS tests/*.png tests/*.jpg tests/*.mkv tests/*.bmp)
file(GLOB TESTDATA CONFIGURE_DEPENDS tests/*.png tests/*.jpg tests/*.mkv tests/*.bmp tests/*.avi)
install(FILES
${TESTDATA}
DESTINATION ${CMAKE_INSTALL_PREFIX}/share/notcurses