9 lines
135 B
Plaintext
9 lines
135 B
Plaintext
|
#!/usr/bin/env python
|
||
|
|
||
|
Import("env")
|
||
|
|
||
|
env.add_source_files(env.scene_sources, "*.cpp")
|
||
|
|
||
|
# Chain load SCsubs
|
||
|
SConscript("joints/SCsub")
|