summaryrefslogtreecommitdiffstats
path: root/editor/debugger/SCsub
blob: e26d09d88b130f0c909788fcb32c4e9402f610b9 (plain)
1
2
3
4
5
6
7
8
#!/usr/bin/env python
from misc.utility.scons_hints import *

Import("env")

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

SConscript("debug_adapter/SCsub")