summaryrefslogtreecommitdiffstats
path: root/lldb/unittests/Process/CMakeLists.txt
blob: 75db3bec625aa0039ab9537bf50a355e4701dd4d (plain)
1
2
3
4
5
add_subdirectory(gdb-remote)
if (CMAKE_SYSTEM_NAME MATCHES "Linux|Android")
  add_subdirectory(Linux)
endif()
add_subdirectory(minidump)
OpenPOWER on IntegriCloud