Browse Source

Updated Jamfile

Paul-Louis Ageneau 4 years ago
parent
commit
9da756bd12
1 changed files with 3 additions and 0 deletions
  1. 3 0
      Jamfile

+ 3 - 0
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