llvm-for-llvmta/unittests/DebugInfo/MSF/CMakeLists.txt

12 lines
223 B
CMake
Raw Normal View History

2022-04-25 10:02:23 +02:00
set(LLVM_LINK_COMPONENTS
DebugInfoMSF
)
add_llvm_unittest(DebugInfoMSFTests
MappedBlockStreamTest.cpp
MSFBuilderTest.cpp
MSFCommonTest.cpp
)
target_link_libraries(DebugInfoMSFTests PRIVATE LLVMTestingSupport)