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