Files
linux-packaging-mono/external/llvm-project/lldb/unittests/SymbolFile/CMakeLists.txt

5 lines
81 B
CMake
Raw Normal View History

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