cmake_minimum_required(VERSION 4.0)
project (TcpSocketExample)
# Server application:
add_subdirectory(server)
add_subdirectory(client)