summaryrefslogtreecommitdiff
path: root/lib/ExecutionEngine/Interpreter/CMakeLists.txt
blob: 626e804e78e68ef0b3f665e32e8f6c40b3bd65e4 (plain)
1
2
3
4
5
add_partially_linked_object(LLVMInterpreter
  Execution.cpp
  ExternalFunctions.cpp
  Interpreter.cpp
  )