From 48d25b94e046afcb0510866e56beba3ffcecde70 Mon Sep 17 00:00:00 2001 From: Vassil Vassilev Date: Tue, 9 Oct 2012 10:29:44 +0000 Subject: [PATCH] Add the InterpreterCallbacks.cpp to cmake build system. git-svn-id: http://root.cern.ch/svn/root/trunk@46399 27541ba8-7e3a-0410-8455-c3a389f83636 --- lib/Interpreter/CMakeLists.txt | 1 + 1 file changed, 1 insertion(+) diff --git a/lib/Interpreter/CMakeLists.txt b/lib/Interpreter/CMakeLists.txt index 6642d010..b3bf63b3 100644 --- a/lib/Interpreter/CMakeLists.txt +++ b/lib/Interpreter/CMakeLists.txt @@ -30,6 +30,7 @@ add_cling_library(clingInterpreter ExecutionContext.cpp IncrementalParser.cpp Interpreter.cpp + InterpreterCallbacks.cpp InvocationOptions.cpp LookupHelper.cpp MultiplexExternalSemaSource.cpp