You've already forked godot
mirror of
https://github.com/godotengine/godot.git
synced 2026-01-04 19:21:46 +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")
|