summaryrefslogtreecommitdiffstats
path: root/gnu/llvm/lldb/unittests/ObjectFile/ELF/CMakeLists.txt
blob: 4c59ca109a57ead53de021d5475399743e264dae (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
add_lldb_unittest(ObjectFileELFTests
  TestObjectFileELF.cpp

  LINK_LIBS
    lldbPluginObjectFileELF
    lldbPluginSymbolFileSymtab
    lldbCore
    lldbUtilityHelpers
    LLVMTestingSupport
  )

set(test_inputs
  early-section-headers.so
  )
add_unittest_inputs(ObjectFileELFTests "${test_inputs}")