2020-02-07 02:52:05 +01:00
|
|
|
#!/usr/bin/env python
|
2024-06-11 15:19:07 -05:00
|
|
|
from misc.utility.scons_hints import *
|
2020-02-07 02:52:05 +01:00
|
|
|
|
2020-03-30 08:28:32 +02:00
|
|
|
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")
|