12 lines · plain
1set(LLVM_LINK_COMPONENTS2 DebugInfoMSF3 )4 5add_llvm_unittest(DebugInfoMSFTests6 MappedBlockStreamTest.cpp7 MSFBuilderTest.cpp8 MSFCommonTest.cpp9 )10 11target_link_libraries(DebugInfoMSFTests PRIVATE LLVMTestingSupport)12 1set(LLVM_LINK_COMPONENTS2 DebugInfoMSF3 )4 5add_llvm_unittest(DebugInfoMSFTests6 MappedBlockStreamTest.cpp7 MSFBuilderTest.cpp8 MSFCommonTest.cpp9 )10 11target_link_libraries(DebugInfoMSFTests PRIVATE LLVMTestingSupport)12