2016-10-17 06:50:25 +00:00
|
|
|
#!/usr/bin/env python
|
2024-06-11 20:19:07 +00:00
|
|
|
from misc.utility.scons_hints import *
|
2016-10-17 06:50:25 +00:00
|
|
|
|
2020-03-30 06:28:32 +00:00
|
|
|
Import("env")
|
2018-09-28 11:29:52 +00:00
|
|
|
|
2017-02-08 23:07:44 +00:00
|
|
|
env.add_source_files(env.editor_sources, "*.cpp")
|
2021-05-07 13:41:39 +00:00
|
|
|
|
2023-04-20 04:34:38 +00:00
|
|
|
SConscript("gizmos/SCsub")
|
2021-05-07 13:41:39 +00:00
|
|
|
SConscript("tiles/SCsub")
|