From 43e7ae775f63d5bec97a1812832fd86ec017698d Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Jan=20M=C3=B6bius?= Date: Tue, 27 Dec 2016 11:36:57 +0100 Subject: [PATCH] Adjusted all plugins depending on skeleton type and fixed templates which where compiled --- CMakeLists.txt | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/CMakeLists.txt b/CMakeLists.txt index 8cb806a..672af30 100644 --- a/CMakeLists.txt +++ b/CMakeLists.txt @@ -1,3 +1,4 @@ include (plugin) -openflipper_plugin (INSTALLDATA Icons) +openflipper_plugin (INSTALLDATA Icons + TYPES SKELETON) -- GitLab