diff options
Diffstat (limited to 'data/image/CMakeLists.txt')
| -rw-r--r-- | data/image/CMakeLists.txt | 13 |
1 files changed, 13 insertions, 0 deletions
diff --git a/data/image/CMakeLists.txt b/data/image/CMakeLists.txt new file mode 100644 index 0000000..4d428a1 --- /dev/null +++ b/data/image/CMakeLists.txt @@ -0,0 +1,13 @@ +############################################################################### +# tuxanci/data/images/CMakeLists.txt +############################################################################### +# DIRECTORIES +############################################################################### +# nada :P +############################################################################### +# CURRENT DIRECTORY FILES +############################################################################### +FILE ( GLOB files "*.png" ) +INSTALL ( FILES ${files} + DESTINATION ${CMAKE_INSTALL_DATADIR}/${APPNAME}/images/ ) +###############################################################################
\ No newline at end of file |