Files
Android11/external/llvm/unittests/DebugInfo/PDB/CMakeLists.txt
2023-10-13 14:01:41 +00:00

14 lines
204 B
CMake

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