summaryrefslogtreecommitdiff
path: root/CMakeLists.txt
diff options
context:
space:
mode:
authorAbdellah El Morabit <nsrddyn@gmail.com>2025-01-31 21:30:23 +0100
committerAbdellah El Morabit <nsrddyn@gmail.com>2025-01-31 21:30:23 +0100
commitda85095f54f383dd6040e834aeae8aa3a1cb5ff9 (patch)
treee669cb152face7ee57b46c28bd5f1b45540548f3 /CMakeLists.txt
parent7edc3ede1e7c17dd26040520c65765ef4ed8e782 (diff)
switching to unistd.h instead of playing around with the delivered header apue.h
Diffstat (limited to 'CMakeLists.txt')
-rw-r--r--CMakeLists.txt7
1 files changed, 0 insertions, 7 deletions
diff --git a/CMakeLists.txt b/CMakeLists.txt
deleted file mode 100644
index 9f00827..0000000
--- a/CMakeLists.txt
+++ /dev/null
@@ -1,7 +0,0 @@
-cmake_minimum_required(VERSION 3.30)
-project(UnixShell C)
-
-set(CMAKE_C_STANDARD 11)
-
-add_executable(UnixShell main.c
- apue.c)