Mercurial > public > hey
view src/client/CMakeLists.txt @ 10:fd707ca47dd0
convert project to simple TCP server client app
author | Dennis <dennisconcepcionmartin@gmail.com> |
---|---|
date | Wed, 19 Jul 2023 18:40:47 +0100 |
parents | CMakeLists.txt@e96eaa6b74c1 |
children |
line wrap: on
line source
cmake_minimum_required(VERSION 3.1) project(hey-client VERSION 1.0 LANGUAGES C ) add_executable(hey_client main.c)