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