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