godot/modules/stb_vorbis/SCsub

11 lines
187 B
Plaintext
Raw Normal View History

#!/usr/bin/env python
Import('env')
Import('env_modules')
# Thirdparty source files
env_stb_vorbis = env_modules.Clone()
env_stb_vorbis.add_source_files(env.modules_sources, "*.cpp")