From 0ef9b5580d1a95dfc2fc0d811fff3d0429dee292 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Jan=20M=C3=B6bius?= Date: Tue, 14 Feb 2017 15:56:28 +0100 Subject: [PATCH] Light type separated --- CMakeLists.txt | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/CMakeLists.txt b/CMakeLists.txt index 7a75180..5afec9a 100644 --- a/CMakeLists.txt +++ b/CMakeLists.txt @@ -1,5 +1,5 @@ include (plugin) openflipper_plugin (INCDIRS ${CMAKE_BINARY_DIR}/ACG TRANSLATION_LANGUAGES de_DE - INSTALLDATA Icons ) -add_dependencies(Plugin-Datacontrol ACG) + INSTALLDATA Icons + TYPES LIGHT) -- GitLab