From a734c94af6adc7d953a0101b095605b9968b688b Mon Sep 17 00:00:00 2001 From: Michael Hackstein Date: Tue, 19 May 2015 17:17:17 -0700 Subject: [PATCH] Added forgotten files to CMake --- arangod/CMakeLists.txt | 2 ++ 1 file changed, 2 insertions(+) diff --git a/arangod/CMakeLists.txt b/arangod/CMakeLists.txt index 72a933a4b4..5005198d26 100644 --- a/arangod/CMakeLists.txt +++ b/arangod/CMakeLists.txt @@ -136,6 +136,7 @@ add_executable( V8Server/V8PeriodicTask.cpp V8Server/V8QueueJob.cpp V8Server/V8TimerTask.cpp + V8Server/V8Traverser.cpp V8Server/v8-actions.cpp V8Server/v8-collection.cpp V8Server/v8-collection-util.cpp @@ -155,6 +156,7 @@ add_executable( VocBase/compactor.cpp VocBase/datafile.cpp VocBase/document-collection.cpp + VocBase/ExampleMatcher.cpp VocBase/edge-collection.cpp VocBase/headers.cpp VocBase/index.cpp