aboutsummaryrefslogtreecommitdiff
path: root/unittests/Core/CMakeLists.txt
blob: 73dd0d83fee3a10237e76d8056626799431aac27 (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
add_lldb_unittest(LLDBCoreTests
  ArchSpecTest.cpp
  BroadcasterTest.cpp
  DataExtractorTest.cpp
  ListenerTest.cpp
  ScalarTest.cpp
  StateTest.cpp
  StreamCallbackTest.cpp
  StructuredDataTest.cpp
  TimerTest.cpp

  LINK_LIBS
    lldbCore
    lldbHost
  LINK_COMPONENTS
    Support
  )