a9e17af09a
Also move Zlib and Zstd's build instructions to core/SCsub.
5 lines
86 B
Python
5 lines
86 B
Python
#!/usr/bin/env python
|
|
|
|
Import('env')
|
|
|
|
env.add_source_files(env.core_sources, "*.cpp")
|