llvm-project/llvm/unittests/DebugInfo/GSYM/CMakeLists.txt

12 lines
187 B
CMake

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