summaryrefslogtreecommitdiff
path: root/data/font/CMakeLists.txt
diff options
context:
space:
mode:
Diffstat (limited to 'data/font/CMakeLists.txt')
-rw-r--r--data/font/CMakeLists.txt13
1 files changed, 13 insertions, 0 deletions
diff --git a/data/font/CMakeLists.txt b/data/font/CMakeLists.txt
new file mode 100644
index 0000000..3c9e283
--- /dev/null
+++ b/data/font/CMakeLists.txt
@@ -0,0 +1,13 @@
+###############################################################################
+# tuxanci/data/font/CMakeLists.txt
+###############################################################################
+# DIRECTORIES
+###############################################################################
+# nada :P
+###############################################################################
+# CURRENT DIRECTORY FILES
+###############################################################################
+FILE ( GLOB files "*.ttf" )
+INSTALL ( FILES ${files}
+ DESTINATION ${CMAKE_INSTALL_DATADIR}/${APPNAME}/font/ )
+############################################################################### \ No newline at end of file