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

12 lines
223 B
CMake

set(LLVM_LINK_COMPONENTS
DebugInfoMSF
)
add_llvm_unittest(DebugInfoMSFTests
MappedBlockStreamTest.cpp
MSFBuilderTest.cpp
MSFCommonTest.cpp
)
target_link_libraries(DebugInfoMSFTests PRIVATE LLVMTestingSupport)