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

  LINK_LIBS
    lldbInterpreter
    lldbUtilityMocks
  )

target_link_libraries(InterpreterTests
  ${PYTHON_LIBRARY}
  )
OpenPOWER on IntegriCloud