mirror of
https://github.com/mii443/libdatachannel.git
synced 2025-08-22 15:15:28 +00:00
Updated Jamfile
This commit is contained in:
3
Jamfile
3
Jamfile
@ -12,9 +12,12 @@ feature.compose <gnutls>on
|
||||
lib libdatachannel
|
||||
: # sources
|
||||
[ glob ./src/*.cpp ]
|
||||
[ glob ./src/impl/*.cpp ]
|
||||
: # requirements
|
||||
<cxxstd>17
|
||||
<include>./include
|
||||
<include>./include/rtc
|
||||
<include>./src
|
||||
<define>RTC_ENABLE_MEDIA=0
|
||||
<define>RTC_ENABLE_WEBSOCKET=0
|
||||
<define>USE_NICE=0
|
||||
|
Reference in New Issue
Block a user