message(STATUS "·Configuring Main")

if (BUILD_SERVER)
    add_subdirectory(server)
endif()
if (BUILD_CLIENT)
    add_subdirectory(client)
endif()
