mirror of
https://github.com/Hizenberg469/Inter-Process-Communication-IPC-.git
synced 2026-04-19 18:02:24 +03:00
Multiplexing server
This commit is contained in:
@@ -15,9 +15,13 @@ set(CMAKE_C_STANDARD 17)
|
||||
set(CMAKE_C_STANDARD_REQUIRED ON)
|
||||
set(CMAKE_C_EXTENSIONS OFF)
|
||||
|
||||
add_subdirectory("multiplexing")
|
||||
|
||||
|
||||
# Add source to this project's executable.
|
||||
add_executable (server "server.c")
|
||||
add_executable (client "client.c")
|
||||
add_executable (server "server.c" )
|
||||
add_executable (client "client.c" )
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
Reference in New Issue
Block a user