diff --git a/Jamfile b/Jamfile index 9de812b..c84a978 100644 --- a/Jamfile +++ b/Jamfile @@ -12,9 +12,12 @@ feature.compose on lib libdatachannel : # sources [ glob ./src/*.cpp ] + [ glob ./src/impl/*.cpp ] : # requirements 17 + ./include ./include/rtc + ./src RTC_ENABLE_MEDIA=0 RTC_ENABLE_WEBSOCKET=0 USE_NICE=0