mirror of
https://github.com/godotengine/godot.git
synced 2024-11-22 12:12:28 +00:00
11 lines
187 B
Python
11 lines
187 B
Python
#!/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")
|