Files
engine/editor/debugger/SCsub
T

8 lines
123 B
Python
Raw Normal View History

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