1 2 3 4 5
add_subdirectory(gdb-remote) if (CMAKE_SYSTEM_NAME MATCHES "Linux|Android") add_subdirectory(Linux) endif() add_subdirectory(minidump)