xref: /llvm-project/llvm/unittests/DebugInfo/LogicalView/CMakeLists.txt (revision d7791f51cecbaaa81a65e4a16d781fbf338f9272)
1set(LLVM_LINK_COMPONENTS
2  ${LLVM_TARGETS_TO_BUILD}
3  AsmPrinter
4  DebugInfoDWARF
5  DebugInfoLogicalView
6  MC
7  MCDisassembler
8  Object
9  TargetParser
10  )
11
12add_llvm_unittest_with_input_files(DebugInfoLogicalViewTests
13  ../DWARF/DwarfGenerator.cpp
14  ../DWARF/DwarfUtils.cpp
15  CodeViewReaderTest.cpp
16  CommandLineOptionsTest.cpp
17  CompareElementsTest.cpp
18  DWARFGeneratedTest.cpp
19  DWARFReaderTest.cpp
20  SelectElementsTest.cpp
21  LocationRangesTest.cpp
22  LogicalElementsTest.cpp
23  StringPoolTest.cpp
24  WarningInternalTest.cpp
25  )
26
27target_link_libraries(DebugInfoLogicalViewTests PRIVATE LLVMTestingSupport)
28