11 lines
179 B
Plaintext
11 lines
179 B
Plaintext
|
#!/usr/bin/env python
|
||
|
|
||
|
Import('env')
|
||
|
Import('env_modules')
|
||
|
|
||
|
# Thirdparty source files
|
||
|
|
||
|
env_webrtc = env_modules.Clone()
|
||
|
|
||
|
env_webrtc.add_source_files(env.modules_sources, "*.cpp")
|