From 72f379d3ba87fb06959f06945548e11b984e047f Mon Sep 17 00:00:00 2001 From: gregory guy Date: Sat, 1 Sep 2018 17:37:07 +0200 Subject: conversion to cmake build system Signed-off-by: gregory guy (cherry picked from commit 676a81fc784c057271e1a417ab734595eb3f2313) --- icons/CMakeLists.txt | 1 + 1 file changed, 1 insertion(+) create mode 100644 icons/CMakeLists.txt (limited to 'icons') diff --git a/icons/CMakeLists.txt b/icons/CMakeLists.txt new file mode 100644 index 0000000..e1d311b --- /dev/null +++ b/icons/CMakeLists.txt @@ -0,0 +1 @@ +tde_install_icons( DESTINATION ${DATA_INSTALL_DIR}/${PROJECT_NAME}/icons ) -- cgit v1.2.1