hanchenye-llvm-project/lldb/unittests/Process/CMakeLists.txt

6 lines
137 B
CMake

add_subdirectory(gdb-remote)
if (CMAKE_SYSTEM_NAME MATCHES "Linux|Android")
add_subdirectory(Linux)
endif()
add_subdirectory(minidump)