llvm-project/lldb/unittests/SymbolFile/CMakeLists.txt

Ignoring revisions in .git-blame-ignore-revs. Click here to bypass and see the normal blame view.

6 lines
109 B
CMake
Raw Normal View History

add_subdirectory(DWARF)
add_subdirectory(NativePDB)
if (LLVM_ENABLE_DIA_SDK)
add_subdirectory(PDB)
endif()