mirror of
https://github.com/RGBCube/serenity
synced 2025-07-25 22:57:44 +00:00
LibIPC: Start fleshing out a separate IPC library
This will be a place to put object serialization/deserialization logic, message parsing, endpoint management, etc.
This commit is contained in:
parent
aa8a3d4a89
commit
a40e763b2a
7 changed files with 81 additions and 0 deletions
7
Libraries/LibIPC/install.sh
Executable file
7
Libraries/LibIPC/install.sh
Executable file
|
@ -0,0 +1,7 @@
|
|||
#!/bin/bash
|
||||
|
||||
set -e
|
||||
SERENITY_ROOT=../../
|
||||
|
||||
mkdir -p $SERENITY_ROOT/Root/usr/include/LibIPC/
|
||||
cp *.h $SERENITY_ROOT/Root/usr/include/LibIPC/
|
Loading…
Add table
Add a link
Reference in a new issue