godot/modules/webrtc/SCsub

11 lines
179 B
Plaintext
Raw Normal View History

#!/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")