hanchenye-llvm-project/lldb/source/Plugins/SymbolVendor/CMakeLists.txt

6 lines
98 B
CMake

if (CMAKE_SYSTEM_NAME MATCHES "Darwin")
add_subdirectory(MacOSX)
endif()
add_subdirectory(ELF)