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