Mercurial > public > hey
view CMakeLists.txt @ 9:ae1a84916424
add basic docker config
author | Dennis <dennisconcepcionmartin@gmail.com> |
---|---|
date | Tue, 18 Jul 2023 20:06:11 +0100 |
parents | e96eaa6b74c1 |
children |
line wrap: on
line source
cmake_minimum_required(VERSION 3.1) project(hey VERSION 1.0 LANGUAGES C ) add_executable(hey src/main.c)