summaryrefslogtreecommitdiff
path: root/data/CMakeLists.txt
blob: 3b103c9ab7d46ee74913406e1c335433e6ecb577 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
###############################################################################
# tuxanci/data/CMakeLists.txt
###############################################################################
# DIRECTORIES
###############################################################################
ADD_SUBDIRECTORY ( arena )
ADD_SUBDIRECTORY ( conf )
ADD_SUBDIRECTORY ( font )
ADD_SUBDIRECTORY ( image )
ADD_SUBDIRECTORY ( lang )
ADD_SUBDIRECTORY ( music )
ADD_SUBDIRECTORY ( sound )
###############################################################################
# CURRENT DIRECTORY FILES
###############################################################################
IF ( NOT Server )
	INSTALL ( FILES tuxanci.desktop DESTINATION doc/${APPNAME}-${VERSION}/)
	IF ( NOT Win )
		INSTALL ( FILES tuxanci.ico
			DESTINATION doc/${APPNAME}-${VERSION}/)
	ENDIF ( NOT Win )
ENDIF ( NOT Server )
###############################################################################