diff options
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) |
