hanchenye-llvm-project/lldb/tools/CMakeLists.txt

5 lines
109 B
CMake

if (CMAKE_SYSTEM_NAME MATCHES "Darwin")
add_subdirectory(debugserver)
endif()
add_subdirectory(driver)