From 72db3a48685d78a5e1b889a6ba9b370d0cb9f04b Mon Sep 17 00:00:00 2001 From: Danilo Piparo Date: Tue, 24 Sep 2013 16:24:53 +0200 Subject: [PATCH] Added missing file: DynamicLibraryManager.cpp --- lib/Interpreter/CMakeLists.txt | 1 + 1 file changed, 1 insertion(+) diff --git a/lib/Interpreter/CMakeLists.txt b/lib/Interpreter/CMakeLists.txt index dc16fc83..e89207ad 100644 --- a/lib/Interpreter/CMakeLists.txt +++ b/lib/Interpreter/CMakeLists.txt @@ -27,6 +27,7 @@ add_cling_library(clingInterpreter ClangInternalState.cpp DeclCollector.cpp DeclExtractor.cpp + DynamicLibraryManager.cpp DynamicLookup.cpp DynamicExprInfo.cpp ExecutionContext.cpp