This website requires JavaScript.
Explore
Help
Sign In
godotengine
/
godot
mirror of
https://github.com/godotengine/godot
Watch
1
Star
0
Fork
You've already forked godot
0
Code
e96c49f849
godot
/
tools
/
editor
/
io_plugins
/
SCsub
6 lines
98 B
Python
Raw
Blame
History
#!/usr/bin/env python
Import
(
'
env
'
)
Export
(
'
env
'
)
env
.
add_source_files
(
env
.
tool_sources
,
"
*.cpp
"
)
View Git Blame
Copy Permalink