IPC using Pipes

This commit is contained in:
2024-05-01 15:10:55 +05:30
parent 52bad283ed
commit 8741cb43f4
2 changed files with 41 additions and 0 deletions

View File

@@ -18,6 +18,7 @@ set(CMAKE_CXX_EXTENSIONS OFF)
# Add source to this project's executable.
add_executable (Pipes_demo "Pipes_demo.c" )
add_executable (2ProcessPipes "2ProcessPipes.c")
add_executable (Challenge "Challenge.c")