From c7c81463fd3ab01c9e096f75e7e8ad8b50902a98 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Petr=20Mr=C3=A1zek?= Date: Sun, 19 Apr 2015 04:19:29 +0200 Subject: GH-885 export dialog for filtering exported files Includes implementation of a separator based prefix tree and some related bits --- logic/CMakeLists.txt | 5 +++++ 1 file changed, 5 insertions(+) (limited to 'logic/CMakeLists.txt') diff --git a/logic/CMakeLists.txt b/logic/CMakeLists.txt index e3b52ec5..6389159e 100644 --- a/logic/CMakeLists.txt +++ b/logic/CMakeLists.txt @@ -17,6 +17,11 @@ SET(LOGIC_SOURCES MMCError.h MMCZip.h MMCZip.cpp + MMCStrings.h + MMCStrings.cpp + + # Prefix tree where node names are strings between separators + SeparatorPrefixTree.h # WARNING: globals live here Env.h -- cgit v1.2.3