2024-02-26 07:15:31 +01:00
|
|
|
#!/usr/bin/env python
|
2024-06-11 22:19:07 +02:00
|
|
|
from misc.utility.scons_hints import *
|
2024-02-26 07:15:31 +01:00
|
|
|
|
|
|
|
Import("env")
|
|
|
|
|
|
|
|
env.add_source_files(env.scene_sources, "*.cpp")
|
|
|
|
|
|
|
|
# Chain load SCsubs
|
|
|
|
SConscript("joints/SCsub")
|