From 44f9f648bc9de9d2e9a1054161a223cadd7c362d Mon Sep 17 00:00:00 2001 From: Aargh Rai Date: Fri, 20 Feb 2026 11:01:16 +0530 Subject: hello world --- CMakeLists.txt | 8 ++++++++ 1 file changed, 8 insertions(+) create mode 100644 CMakeLists.txt (limited to 'CMakeLists.txt') diff --git a/CMakeLists.txt b/CMakeLists.txt new file mode 100644 index 0000000..8691b53 --- /dev/null +++ b/CMakeLists.txt @@ -0,0 +1,8 @@ +cmake_minimum_required(VERSION 3.10) +project(Gacrux LANGUAGES C) + +set(SOURCES + src/main.c +) + +add_executable(gacrux ${SOURCES}) -- cgit v1.2.3