Mercurial > public > hey
comparison CMakeLists.txt @ 3:e96eaa6b74c1
rename project to hey!
author | Dennis <dennisconcepcionmartin@gmail.com> |
---|---|
date | Mon, 17 Jul 2023 19:16:47 +0100 |
parents | 5d2832cac043 |
children |
comparison
equal
deleted
inserted
replaced
2:052cf5cf100a | 3:e96eaa6b74c1 |
---|---|
1 cmake_minimum_required(VERSION 3.1) | 1 cmake_minimum_required(VERSION 3.1) |
2 project(web-server | 2 project(hey |
3 VERSION 1.0 | 3 VERSION 1.0 |
4 LANGUAGES C | 4 LANGUAGES C |
5 ) | 5 ) |
6 | 6 |
7 add_executable(web-server src/main.c) | 7 add_executable(hey src/main.c) |