Mercurial > public > hey
view src/client/CMakeLists.txt @ 20:b964f7ee4a22 default tip
Remove .gitignore
author | Dennis C. M. <dennis@denniscm.com> |
---|---|
date | Mon, 02 Jun 2025 19:11:14 +0100 |
parents | fd707ca47dd0 |
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)