From 61e3123dccf41518a4959991c2e1ca53896ed945 Mon Sep 17 00:00:00 2001 From: gregory guy Date: Wed, 19 Aug 2020 16:05:44 +0200 Subject: conversion to the cmake building system. Signed-off-by: gregory guy --- fonts/CMakeLists.txt | 6 ++++++ 1 file changed, 6 insertions(+) create mode 100644 fonts/CMakeLists.txt (limited to 'fonts') 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 +) -- cgit v1.2.1