From 7edc3ede1e7c17dd26040520c65765ef4ed8e782 Mon Sep 17 00:00:00 2001 From: Abdellah El Morabit Date: Fri, 31 Jan 2025 19:45:59 +0100 Subject: working on some basic commands like listing the current directory and get the pid of a process, following the APUE --- CMakeLists.txt | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) (limited to 'CMakeLists.txt') diff --git a/CMakeLists.txt b/CMakeLists.txt index 2793ca2..9f00827 100644 --- a/CMakeLists.txt +++ b/CMakeLists.txt @@ -3,4 +3,5 @@ project(UnixShell C) set(CMAKE_C_STANDARD 11) -add_executable(UnixShell main.c) +add_executable(UnixShell main.c + apue.c) -- cgit v1.2.3-70-g09d2