summaryrefslogtreecommitdiff
path: root/CMakeLists.txt
diff options
context:
space:
mode:
authornasrlol <nsrddyn@gmail.com>2025-02-12 23:02:07 +0100
committernasrlol <nsrddyn@gmail.com>2025-02-12 23:02:07 +0100
commit3010301bd7d20cd14b1eda9bd24da172c3924c89 (patch)
tree7fb33cd85ece474c2b6cc0bf8276bb8bbe3d1783 /CMakeLists.txt
parent87fb4d9ea774bc7fd69076947925fac01e68f60b (diff)
working on the main function of the code trying to get the lines to correctly dislay everything, still having a little of trouble though
Diffstat (limited to 'CMakeLists.txt')
-rw-r--r--CMakeLists.txt5
1 files changed, 5 insertions, 0 deletions
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