CMakeLists.txt   [plain text]


if (CMAKE_SYSTEM_NAME MATCHES "Darwin")
  add_subdirectory(debugserver)
endif()
  add_subdirectory(driver)
if (NOT CMAKE_SYSTEM_NAME MATCHES "Windows")
  add_subdirectory(lldb-platform)
endif()