2010-09-10 21:14:25 +00:00

13 lines
198 B
CMake

add_llvm_library(LLVMInterpreter
Execution.cpp
ExternalFunctions.cpp
Interpreter.cpp
)
target_link_libraries(LLVMInterpreter
LLVMCodeGen
LLVMCore
LLVMExecutionEngine
LLVMTarget
)