Files
my-first-brew/CMakeLists.txt

6 lines
98 B
CMake

cmake_minium_required(VERSION 3.16)
project(my-first-brew)
add_executable(my-first-brew main.c)