summaryrefslogtreecommitdiffstats
path: root/lldb/unittests/Interpreter/CMakeLists.txt
blob: 9f09713d40cc8b7c4810ddb477c73f26318d8a81 (plain)
1
2
3
4
5
6
7
8
add_lldb_unittest(InterpreterTests
  TestArgs.cpp
  )

target_link_libraries(InterpreterTests
  lldbInterpreter
  ${PYTHON_LIBRARY}
  )
OpenPOWER on IntegriCloud