summaryrefslogtreecommitdiff
path: root/data/font
diff options
context:
space:
mode:
Diffstat (limited to 'data/font')
-rw-r--r--data/font/CMakeLists.txt8
1 files changed, 5 insertions, 3 deletions
diff --git a/data/font/CMakeLists.txt b/data/font/CMakeLists.txt
index 3c9e283..14e173b 100644
--- a/data/font/CMakeLists.txt
+++ b/data/font/CMakeLists.txt
@@ -7,7 +7,9 @@
###############################################################################
# CURRENT DIRECTORY FILES
###############################################################################
-FILE ( GLOB files "*.ttf" )
-INSTALL ( FILES ${files}
- DESTINATION ${CMAKE_INSTALL_DATADIR}/${APPNAME}/font/ )
+IF ( NOT Server )
+ FILE ( GLOB files "*.ttf" )
+ INSTALL ( FILES ${files}
+ DESTINATION ${CMAKE_INSTALL_DATADIR}/${APPNAME}/font/ )
+ENDIF ( NOT Server )
############################################################################### \ No newline at end of file