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

6 lines
106 B
CMake
Raw Normal View History

if ("X86" IN_LIST LLVM_TARGETS_TO_BUILD)
add_subdirectory(x86)
endif()
add_subdirectory(InstEmulation)