llvm-for-llvmta/unittests/DebugInfo/GSYM/CMakeLists.txt
Nils Hölscher 3500bf8dde first commit
2022-04-25 10:02:23 +02:00

14 lines
217 B
CMake

set(LLVM_LINK_COMPONENTS
DebugInfoDWARF
DebugInfoGSYM
MC
Support
ObjectYAML
)
add_llvm_unittest(DebugInfoGSYMTests
GSYMTest.cpp
)
target_link_libraries(DebugInfoGSYMTests PRIVATE LLVMTestingSupport)