From 8650f2d46dc6df62fcf70d4b769746987e748830 Mon Sep 17 00:00:00 2001 From: Abdellah El Morabit Date: Thu, 30 Jan 2025 21:07:16 +0100 Subject: Learning about getting the commands history and actually saving them, having trouble doing it in c --- CMakeLists.txt | 6 ++++++ 1 file changed, 6 insertions(+) create mode 100644 CMakeLists.txt (limited to 'CMakeLists.txt') diff --git a/CMakeLists.txt b/CMakeLists.txt new file mode 100644 index 0000000..2793ca2 --- /dev/null +++ b/CMakeLists.txt @@ -0,0 +1,6 @@ +cmake_minimum_required(VERSION 3.30) +project(UnixShell C) + +set(CMAKE_C_STANDARD 11) + +add_executable(UnixShell main.c) -- cgit v1.2.3-70-g09d2