Added install directive to CMakeLists

This commit is contained in:
Paul-Louis Ageneau
2020-03-19 10:08:42 +01:00
parent 1a701c33b3
commit a22ee2f52c
3 changed files with 6 additions and 0 deletions

View File

@ -27,6 +27,10 @@ extern "C" {
// libdatachannel C API
#ifndef RTC_ENABLE_WEBSOCKET
#define RTC_ENABLE_WEBSOCKET 1
#endif
typedef enum {
RTC_NEW = 0,
RTC_CONNECTING = 1,