summaryrefslogtreecommitdiff
path: root/data/image/CMakeLists.txt
blob: 4d428a12dd94439a2e2f14ccb38b0fe14488d4b2 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
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/ )
###############################################################################