10 lines
157 B
Python
10 lines
157 B
Python
#!/usr/bin/env python
|
|
|
|
Import('env')
|
|
from compat import isbasestring
|
|
|
|
# Godot source files
|
|
env.add_source_files(env.modules_sources, "*.cpp")
|
|
|
|
Export('env')
|