From cb2f2f8cf57006de83d58eda5f35c37e4b694c89 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Adam=20Wardy=C5=84ski?= <no@email> Date: Thu, 4 Nov 2010 19:31:02 +0100 Subject: [PATCH] Adding Predicate to build --- libwccl/CMakeLists.txt | 1 + 1 file changed, 1 insertion(+) diff --git a/libwccl/CMakeLists.txt b/libwccl/CMakeLists.txt index c7044f6..398687b 100644 --- a/libwccl/CMakeLists.txt +++ b/libwccl/CMakeLists.txt @@ -16,6 +16,7 @@ set(LIBS ${LIBS} ${Boost_LIBRARIES}) SET(libwccl_STAT_SRC exception.cpp main.cpp + ops/predicate.cpp sentencecontext.cpp values/bool.cpp values/position.cpp -- GitLab