share/hedgewars/Data/Fonts/CMakeLists.txt
author koda
Sat, 26 Sep 2009 03:44:32 +0000
changeset 2393 068632066f80
parent 2105 580f7610d661
child 2873 e7acb0251a22
permissions -rw-r--r--
some fixes for the autoupdate thingy
Ignore whitespace changes - Everywhere: Within whitespace: At end of lines:
562
d1a9035175ed - Simplify build system files
unc0rr
parents: 98
diff changeset
     1
install(FILES
1118
caf47265d03f - Use DejaVuSans-Bold instead of DejaVuSans+bold
unc0rr
parents: 562
diff changeset
     2
	DejaVuSans-Bold.ttf
2105
580f7610d661 Allow CJK override for zh_CN/zh_TW/ja
nemo
parents: 1118
diff changeset
     3
	DroidSansFallback.ttf
562
d1a9035175ed - Simplify build system files
unc0rr
parents: 98
diff changeset
     4
	DESTINATION ${SHAREPATH}Data/Fonts)