mirror of
https://github.com/dankamongmen/notcurses.git
synced 2024-10-31 15:20:13 +00:00
install test png
This commit is contained in:
parent
a9f54ed483
commit
627be30e1c
@ -154,6 +154,12 @@ install(FILES
|
||||
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-view DESTINATION bin)
|
||||
install(TARGETS notcurses-input DESTINATION bin)
|
||||
|
Loading…
Reference in New Issue
Block a user