aboutsummaryrefslogtreecommitdiff
path: root/unittests/Interpreter/CMakeLists.txt
blob: 4078476bc75a843817d4f0839e5df8764f697725 (plain) (blame)
1
2
3
4
5
6
7
add_lldb_unittest(InterpreterTests
  TestArgs.cpp
  )

target_link_libraries(InterpreterTests
  ${PYTHON_LIBRARY}
  )