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

15 lines
225 B
CMake

set(LLVM_LINK_COMPONENTS
DebugInfoCodeView
DebugInfoPDB
)
set(DebugInfoPDBSources
MappedBlockStreamTest.cpp
MsfBuilderTest.cpp
PDBApiTest.cpp
)
add_llvm_unittest(DebugInfoPDBTests
${DebugInfoPDBSources}
)