garland/CMakeLists.txt

6 lines
115 B
CMake
Raw Normal View History

cmake_minimum_required(VERSION 3.10)
project(garland VERSION 1.0 LANGUAGES C)
2024-12-21 19:41:16 +03:00
add_executable(garland src/main.c)