Skip to content
Snippets Groups Projects
Commit 959f96f9 authored by Axel Naumann's avatar Axel Naumann
Browse files

Put LINK_LIBS back, they are used by ROOT.

parent 312dc77e
No related branches found
No related tags found
No related merge requests found
...@@ -47,7 +47,12 @@ add_cling_library(clingInterpreter ...@@ -47,7 +47,12 @@ add_cling_library(clingInterpreter
TransactionUnloader.cpp TransactionUnloader.cpp
Value.cpp Value.cpp
ValuePrinter.cpp ValuePrinter.cpp
ValuePrinterSynthesizer.cpp) ValuePrinterSynthesizer.cpp
LINK_LIBS
clangBasic
clangAST
)
add_dependencies(clingInterpreter clangBasic clangAST) add_dependencies(clingInterpreter clangBasic clangAST)
......
...@@ -12,7 +12,11 @@ add_cling_library(clingMetaProcessor ...@@ -12,7 +12,11 @@ add_cling_library(clingMetaProcessor
MetaLexer.cpp MetaLexer.cpp
MetaParser.cpp MetaParser.cpp
MetaProcessor.cpp MetaProcessor.cpp
MetaSema.cpp) MetaSema.cpp
LINK_LIBS
clangBasic
)
add_dependencies(clingMetaProcessor clangBasic) add_dependencies(clingMetaProcessor clangBasic)
......
...@@ -8,6 +8,10 @@ ...@@ -8,6 +8,10 @@
add_cling_library(clingUtils add_cling_library(clingUtils
AST.cpp AST.cpp
LINK_LIBS
clangCodeGen
clangBasic
) )
add_dependencies(clingUtils clangBasic clangCodeGen) add_dependencies(clingUtils clangBasic clangCodeGen)
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment