view CMakeLists.txt @ 7:fd1be990f66f

add method to kill zombie processes
author Dennis <dennisconcepcionmartin@gmail.com>
date Tue, 18 Jul 2023 18:29:46 +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)