From 3010301bd7d20cd14b1eda9bd24da172c3924c89 Mon Sep 17 00:00:00 2001 From: nasrlol Date: Wed, 12 Feb 2025 23:02:07 +0100 Subject: working on the main function of the code trying to get the lines to correctly dislay everything, still having a little of trouble though --- CMakeLists.txt | 5 +++++ 1 file changed, 5 insertions(+) create mode 100644 CMakeLists.txt (limited to 'CMakeLists.txt') diff --git a/CMakeLists.txt b/CMakeLists.txt new file mode 100644 index 0000000..6ebafe3 --- /dev/null +++ b/CMakeLists.txt @@ -0,0 +1,5 @@ +cmake_minimum_required(VERSION 3.10) +set(CMAKE_C23_STANDARD) + +project(unixshell) +add_executable(program main.c) \ No newline at end of file -- cgit v1.2.3-70-g09d2