mirror of
https://github.com/godotengine/godot.git
synced 2024-11-22 12:12:28 +00:00
10 lines
133 B
Python
10 lines
133 B
Python
#!/usr/bin/env python
|
|
|
|
Import('env')
|
|
|
|
env.add_source_files(env.servers_sources, "*.cpp")
|
|
|
|
Export('env')
|
|
|
|
SConscript("effects/SCsub")
|