aboutsummaryrefslogtreecommitdiff
path: root/unittests/Breakpoint/CMakeLists.txt
blob: e3715e55f0d7e2a54af2321677fe813ba03a0c0b (plain) (blame)
1
2
3
4
5
6
7
8
9
add_lldb_unittest(LLDBBreakpointTests
  BreakpointIDTest.cpp

  LINK_LIBS
    lldbBreakpoint
    lldbCore
  LINK_COMPONENTS
    Support
  )