godot/core/bind/SCsub
Rémi Verschelde a9e17af09a SCons: Build core's thirdparty code in own environment
Also move Zlib and Zstd's build instructions to core/SCsub.
2018-09-28 11:40:41 +02:00

6 lines
86 B
Python

#!/usr/bin/env python
Import('env')
env.add_source_files(env.core_sources, "*.cpp")