mirror of
https://github.com/Hizenberg469/Inter-Process-Communication-IPC-.git
synced 2026-04-19 18:02:24 +03:00
IPC using Pipes
This commit is contained in:
@@ -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")
|
||||
|
||||
|
||||
|
||||
|
||||
Reference in New Issue
Block a user