Wire up basic IPC support

This commit is contained in:
Drew DeVault 2018-03-28 23:56:02 -04:00
parent cab1352801
commit 5c9ad035db
7 changed files with 225 additions and 25 deletions

View file

@ -4,6 +4,7 @@ executable(
'bar.c',
'config.c',
'event_loop.c',
'ipc.c',
'main.c',
'render.c',
],