summaryrefslogtreecommitdiff
path: root/editor/debugger/SCsub
blob: 99f1c888f087156d9094e6227e4150c4f4477735 (plain)
1
2
3
4
5
6
7
#!/usr/bin/env python

Import("env")

env.add_source_files(env.editor_sources, "*.cpp")

SConscript("debug_adapter/SCsub")