message(STATUS "·Configuring Network")

if (BUILD_SERVER)
    add_subdirectory(Server)
endif()
if (BUILD_CLIENT)
    add_subdirectory(Client)
endif()
