5 lines
81 B
CMake
Raw Normal View History

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