summaryrefslogtreecommitdiffstats
path: root/fonts/CMakeLists.txt
diff options
context:
space:
mode:
Diffstat (limited to 'fonts/CMakeLists.txt')
-rw-r--r--fonts/CMakeLists.txt6
1 files changed, 6 insertions, 0 deletions
diff --git a/fonts/CMakeLists.txt b/fonts/CMakeLists.txt
new file mode 100644
index 0000000..ddbfa8a
--- /dev/null
+++ b/fonts/CMakeLists.txt
@@ -0,0 +1,6 @@
+##### other data
+
+install(
+ FILES font-small.pbm font-smooth.pbm font.pbm
+ DESTINATION ${DATA_INSTALL_DIR}/${PROJECT_NAME}/fonts
+)