view 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
line wrap: on
line source

cmake_minimum_required(VERSION 3.1)
project(hey 
	VERSION 1.0 
	LANGUAGES C
)

add_executable(hey src/main.c)