From 693c8bce40f5d17e5fe26a2cef3534ea611297d1 Mon Sep 17 00:00:00 2001 From: Maciej Suminski Date: Fri, 8 Dec 2017 08:59:58 +0100 Subject: [PATCH] Moved text_utils.cpp from libcommon to libgal --- common/CMakeLists.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/common/CMakeLists.txt b/common/CMakeLists.txt index 3016505a44..ae89ab4cbd 100644 --- a/common/CMakeLists.txt +++ b/common/CMakeLists.txt @@ -33,6 +33,7 @@ set( GAL_SRCS worksheet_viewitem.cpp origin_viewitem.cpp gl_context_mgr.cpp + text_utils.cpp gal/gal_display_options.cpp gal/graphics_abstraction_layer.cpp gal/stroke_font.cpp @@ -289,7 +290,6 @@ set( COMMON_SRCS selcolor.cpp settings.cpp systemdirsappend.cpp - text_utils.cpp trigo.cpp utf8.cpp validators.cpp