summaryrefslogtreecommitdiffstats
path: root/lldb/tools/CMakeLists.txt
blob: 85e1ebf4280511c3cd7e62198e3364eafb8546e6 (plain)
1
2
3
4
5
6
7
8
9
10
if (CMAKE_SYSTEM_NAME MATCHES "Darwin")
  add_subdirectory(debugserver)
endif()
  add_subdirectory(driver)
if (CMAKE_SYSTEM_NAME MATCHES "FreeBSD" OR CMAKE_SYSTEM_NAME MATCHES "Linux")
  add_subdirectory(lldb-gdbserver)
endif()
if (NOT CMAKE_SYSTEM_NAME MATCHES "Windows")
  add_subdirectory(lldb-platform)
endif()
OpenPOWER on IntegriCloud