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

12 lines
156 B
CMake

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