Define dependencies!
This commit is contained in:
parent
473e16a131
commit
6eac3e3159
@ -47,12 +47,9 @@ add_cling_library(clingInterpreter
|
||||
TransactionUnloader.cpp
|
||||
Value.cpp
|
||||
ValuePrinter.cpp
|
||||
ValuePrinterSynthesizer.cpp
|
||||
ValuePrinterSynthesizer.cpp)
|
||||
|
||||
LINK_LIBS
|
||||
clangBasic
|
||||
clangAST
|
||||
)
|
||||
add_dependencies(clingInterpreter clangBasic clangAST)
|
||||
|
||||
if(NOT WIN32)
|
||||
set_source_files_properties(Exception.cpp COMPILE_FLAGS -fexceptions)
|
||||
|
@ -12,11 +12,9 @@ add_cling_library(clingMetaProcessor
|
||||
MetaLexer.cpp
|
||||
MetaParser.cpp
|
||||
MetaProcessor.cpp
|
||||
MetaSema.cpp
|
||||
MetaSema.cpp)
|
||||
|
||||
LINK_LIBS
|
||||
clangBasic
|
||||
)
|
||||
add_dependencies(clingMetaProcessor clangBasic)
|
||||
|
||||
if ( MSVC )
|
||||
set_target_properties(clingMetaProcessor PROPERTIES
|
||||
|
@ -8,12 +8,10 @@
|
||||
|
||||
add_cling_library(clingUtils
|
||||
AST.cpp
|
||||
|
||||
LINK_LIBS
|
||||
clangCodeGen
|
||||
clangBasic
|
||||
)
|
||||
|
||||
add_dependencies(clingUtils clangBasic clangCodeGen)
|
||||
|
||||
if ( MSVC )
|
||||
set_target_properties(clingUtils PROPERTIES
|
||||
COMPILE_FLAGS "/D_HAS_EXCEPTIONS=0")
|
||||
|
Loading…
Reference in New Issue
Block a user