mirror of
https://github.com/dankamongmen/notcurses
synced 2025-03-09 17:19:03 -04:00
install test png
This commit is contained in:
parent
a9f54ed483
commit
627be30e1c
@ -154,6 +154,12 @@ install(FILES
|
|||||||
DESTINATION ${CMAKE_INSTALL_LIBDIR}/pkgconfig
|
DESTINATION ${CMAKE_INSTALL_LIBDIR}/pkgconfig
|
||||||
)
|
)
|
||||||
|
|
||||||
|
file(GLOB TESTDATA CONFIGURE_DEPENDS tests/*.png)
|
||||||
|
install(FILES
|
||||||
|
${TESTDATA}
|
||||||
|
DESTINATION ${CMAKE_INSTALL_PREFIX}/share/notcurses
|
||||||
|
)
|
||||||
|
|
||||||
install(TARGETS notcurses-demo DESTINATION bin)
|
install(TARGETS notcurses-demo DESTINATION bin)
|
||||||
install(TARGETS notcurses-view DESTINATION bin)
|
install(TARGETS notcurses-view DESTINATION bin)
|
||||||
install(TARGETS notcurses-input DESTINATION bin)
|
install(TARGETS notcurses-input DESTINATION bin)
|
||||||
|
Loading…
x
Reference in New Issue
Block a user