mirror of
https://github.com/godotengine/godot.git
synced 2024-11-22 20:23:53 +00:00
a9e17af09a
Also move Zlib and Zstd's build instructions to core/SCsub.
6 lines
86 B
Python
6 lines
86 B
Python
#!/usr/bin/env python
|
|
|
|
Import('env')
|
|
|
|
env.add_source_files(env.core_sources, "*.cpp")
|