aboutsummaryrefslogtreecommitdiff
path: root/lldb/unittests/ValueObject/CMakeLists.txt
blob: 6e1fc64ce3f6ed926cdd925a5ad2c725303e964f (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
add_lldb_unittest(LLDBValueObjectTests
  DumpValueObjectOptionsTests.cpp
  DILLexerTests.cpp
  DynamicValueObjectLocalBuffer.cpp

  LINK_COMPONENTS
    Support
  LINK_LIBS
    lldbValueObject
    lldbPluginPlatformLinux
    lldbPluginScriptInterpreterNone
    LLVMTestingSupport
  )