aboutsummaryrefslogtreecommitdiff
path: root/lldb/unittests/ObjectFile/Breakpad/CMakeLists.txt
blob: 34237c139f8a5c836bcab475e9b8400677116b83 (plain)
1
2
3
4
5
6
add_lldb_unittest(ObjectFileBreakpadTests
  BreakpadRecordsTest.cpp

  LINK_LIBS
    lldbPluginObjectFileBreakpad
  )