13 lines · plain
1set(LLVM_LINK_COMPONENTS2 DebugInfoCodeView3 )4 5add_llvm_unittest(DebugInfoCodeViewTests6 GUIDFormatTest.cpp7 RandomAccessVisitorTest.cpp8 TypeHashingTest.cpp9 TypeIndexDiscoveryTest.cpp10 )11 12target_link_libraries(DebugInfoCodeViewTests PRIVATE LLVMTestingSupport)13