mirror of
https://github.com/dankamongmen/notcurses
synced 2025-03-09 17:19:03 -04:00
CMake: don't install data/ .xcf files #498
This commit is contained in:
parent
177b91da7e
commit
5880083022
@ -670,6 +670,8 @@ install(FILES
|
|||||||
|
|
||||||
if(${USE_FFMPEG})
|
if(${USE_FFMPEG})
|
||||||
file(GLOB TESTDATA CONFIGURE_DEPENDS data/*)
|
file(GLOB TESTDATA CONFIGURE_DEPENDS data/*)
|
||||||
|
# Don't install source materia for self-originated multimedia
|
||||||
|
list(FILTER TESTDATA EXCLUDE REGEX ".*xcf$")
|
||||||
install(FILES
|
install(FILES
|
||||||
${TESTDATA}
|
${TESTDATA}
|
||||||
DESTINATION ${CMAKE_INSTALL_DATADIR}/notcurses
|
DESTINATION ${CMAKE_INSTALL_DATADIR}/notcurses
|
||||||
|
Loading…
x
Reference in New Issue
Block a user