summaryrefslogtreecommitdiff
path: root/lib/ExecutionEngine/Interpreter/CMakeLists.txt
blob: b517d99eb82334ea65ad3e1239877138b1841ac4 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
add_llvm_library(LLVMInterpreter
  Execution.cpp
  ExternalFunctions.cpp
  Interpreter.cpp
  )

target_link_libraries(LLVMInterpreter
  LLVMCodeGen
  LLVMCore
  LLVMExecutionEngine
  LLVMTarget
  )