Enable lldb-gdbserver on Linux as well in the cmake build

llvm-svn: 200870
This commit is contained in:
Ed Maste
2014-02-05 19:03:18 +00:00
parent 09b47d166b
commit fb29fa3e35

View File

@@ -2,7 +2,7 @@ if (CMAKE_SYSTEM_NAME MATCHES "Darwin")
add_subdirectory(debugserver)
endif()
add_subdirectory(driver)
if (CMAKE_SYSTEM_NAME MATCHES "FreeBSD")
if (CMAKE_SYSTEM_NAME MATCHES "FreeBSD" OR CMAKE_SYSTEM_NAME MATCHES "Linux")
add_subdirectory(lldb-gdbserver)
endif()
if (NOT CMAKE_SYSTEM_NAME MATCHES "Windows")