Merge pull request #7704 from volzhs/fix-compile-error
Fix compile error
This commit is contained in:
commit
ff4ca593e2
1 changed files with 5 additions and 0 deletions
5
tools/editor/import/SCsub
Normal file
5
tools/editor/import/SCsub
Normal file
|
@ -0,0 +1,5 @@
|
|||
#!/usr/bin/env python
|
||||
|
||||
Import('env')
|
||||
Export('env')
|
||||
env.add_source_files(env.tool_sources, "*.cpp")
|
Loading…
Reference in a new issue