First iteration of updating CMake build for ROOT6. It builds on MacOSX but not yet run.

This commit is contained in:
Pere Mato 2013-09-17 16:49:58 +02:00 committed by sftnight
parent 2c46e27434
commit 42c0385deb

View File

@ -33,9 +33,12 @@ add_cling_library(clingInterpreter
Interpreter.cpp
InterpreterCallbacks.cpp
InvocationOptions.cpp
IRDumper.cpp
LookupHelper.cpp
NullDerefProtectionTransformer.cpp
RequiredSymbols.cpp
ReturnSynthesizer.cpp
RuntimeException.cpp
StoredValueRef.cpp
Transaction.cpp
TransactionTransformer.cpp
@ -45,5 +48,7 @@ add_cling_library(clingInterpreter
ValuePrinterSynthesizer.cpp
)
set_source_files_properties(RuntimeException.cpp COMPILE_FLAGS -fexceptions)
#add_dependencies(clangDriver ClangAttrList ClangDiagnosticDriver
# ClangDriverOptions ClangCC1Options ClangCC1AsOptions)