got started on inter-process communication

This commit is contained in:
krangelov
2021-09-24 11:25:58 +02:00
parent a2102b43bd
commit bdd84f10f9
3 changed files with 121 additions and 0 deletions

View File

@@ -10,6 +10,8 @@ pgfinclude_HEADERS = \
libpgf_la_SOURCES = \
pgf/db.cxx \
pgf/db.h \
pgf/ipc.cxx \
pgf/ipc.h \
pgf/text.cxx \
pgf/text.h \
pgf/pgf.cxx \