2023-04-20 06:34:38 +02:00
|
|
|
#!/usr/bin/env python
|
2024-06-11 15:19:07 -05:00
|
|
|
from misc.utility.scons_hints import *
|
2023-04-20 06:34:38 +02:00
|
|
|
|
|
|
|
|
Import("env")
|
|
|
|
|
|
|
|
|
|
env.add_source_files(env.editor_sources, "*.cpp")
|
2025-06-10 16:47:26 +02:00
|
|
|
|
|
|
|
|
SConscript("shader_baker/SCsub")
|