]> CyberLeo.Net >> Repos - FreeBSD/FreeBSD.git/blob - tools/CMakeLists.txt
Vendor import of lldb trunk r256945:
[FreeBSD/FreeBSD.git] / tools / CMakeLists.txt
1 if (CMAKE_SYSTEM_NAME MATCHES "Darwin")
2   add_subdirectory(darwin-debug)
3   add_subdirectory(debugserver)
4 endif()
5   add_subdirectory(argdumper)
6   add_subdirectory(driver)
7 if (NOT __ANDROID_NDK__)
8   add_subdirectory(lldb-mi)
9 endif()
10 if (LLDB_CAN_USE_LLDB_SERVER)
11   add_subdirectory(lldb-server)
12 endif()