obs-studio/deps
jp9000 5d9526d98c Add ipc-util static library for IPC functions
Originally I made the "win_pipe" stuff for named pipes on windows but it
was argued that it should be available to all modules and
programs/libraries that the modules might communicate with.

It cannot really be put in to libobs due to the fact that there would
hypothetically be things unrelated to libobs that might want to use it,
so I felt the best option was just to create a simple static library
specific for interprocess communication.

Non-windows versions of these functions are still yet to be implemented.
2014-12-08 01:53:53 -08:00
..
glad Add glad headers to CMakeLists 2014-07-10 14:36:56 +02:00
ipc-util Add ipc-util static library for IPC functions 2014-12-08 01:53:53 -08:00
jansson Stop forcing parameters on jansson. Modify their CMakeLists directly instead 2014-04-20 17:51:06 +02:00
w32-pthreads Fix dependency on win32-pthreads 2014-05-08 14:43:16 +02:00
CMakeLists.txt Add ipc-util static library for IPC functions 2014-12-08 01:53:53 -08:00