xref: /llvm-project/llvm/unittests/DebugInfo/GSYM/CMakeLists.txt (revision 4ecbfacf9ecdc5bd9bf699d400c5058071b9500c)
1set(LLVM_LINK_COMPONENTS
2  DebugInfoDWARF
3  DebugInfoGSYM
4  MC
5  Support
6  ObjectYAML
7  )
8
9add_llvm_unittest(DebugInfoGSYMTests
10  GSYMTest.cpp
11  )
12
13target_link_libraries(DebugInfoGSYMTests PRIVATE LLVMTestingSupport)
14