blob: e4fc3e62c0875a9bef8ae1b46edd09d2b1f2f102 [file] [log] [blame]
if(CMAKE_SYSTEM_NAME MATCHES "Android|Darwin|Linux|NetBSD")
if (CMAKE_SYSTEM_NAME MATCHES "Darwin" AND SKIP_DEBUGSERVER)
# These tests are meant to test lldb-server/debugserver in isolation, and
# don't provide any value if run against a server copied from somewhere.
else()
add_subdirectory(lldb-server)
endif()
endif()