From 303a3cf5ba48dd9857a1fb9600cedd604c71de8d Mon Sep 17 00:00:00 2001 From: Christian Mollekopf Date: Sun, 6 Dec 2015 19:01:03 +0100 Subject: Added TypeIndex A central location for all types to specify what properties are indexed, and how to query them. --- common/CMakeLists.txt | 1 + 1 file changed, 1 insertion(+) (limited to 'common/CMakeLists.txt') diff --git a/common/CMakeLists.txt b/common/CMakeLists.txt index e56ece9..8312f13 100644 --- a/common/CMakeLists.txt +++ b/common/CMakeLists.txt @@ -32,6 +32,7 @@ set(command_SRCS threadboundary.cpp messagequeue.cpp index.cpp + typeindex.cpp resourcefacade.cpp resourceconfig.cpp domain/applicationdomaintype.cpp -- cgit v1.2.3