Files
engine/core/debugger/SCsub
T

6 lines
86 B
Python
Raw Normal View History

2020-02-27 03:30:20 +01:00
#!/usr/bin/env python
Import("env")
2020-02-27 03:30:20 +01:00
env.add_source_files(env.core_sources, "*.cpp")