diff options
| author | Abdellah El Morabit <nsrddyn@gmail.com> | 2025-01-31 19:45:59 +0100 |
|---|---|---|
| committer | Abdellah El Morabit <nsrddyn@gmail.com> | 2025-01-31 19:45:59 +0100 |
| commit | 7edc3ede1e7c17dd26040520c65765ef4ed8e782 (patch) | |
| tree | f3d630373dbe0570d265b9c01b550b60bdd361de /CMakeLists.txt | |
| parent | e3e66120708e814b118ea7061cf57d9426f86032 (diff) | |
working on some basic commands like listing the current directory and get the pid of a process, following the APUE
Diffstat (limited to 'CMakeLists.txt')
| -rw-r--r-- | CMakeLists.txt | 3 |
1 files changed, 2 insertions, 1 deletions
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) |
