godot/editor/debugger/SCsub

Ignoring revisions in .git-blame-ignore-revs. Click here to bypass and see the normal blame view.

8 lines
123 B
Plaintext
Raw Permalink Normal View History

2020-02-07 01:52:05 +00:00
#!/usr/bin/env python
Import("env")
2020-02-07 01:52:05 +00:00
env.add_source_files(env.editor_sources, "*.cpp")
SConscript("debug_adapter/SCsub")