mirror of
https://github.com/Relintai/pandemonium_engine_minimal.git
synced 2024-11-17 22:17:19 +01:00
8 lines
113 B
Python
8 lines
113 B
Python
#!/usr/bin/env python
|
|
|
|
Import("env")
|
|
|
|
env_log = env.Clone()
|
|
|
|
env_log.add_source_files(env.core_sources, "*.cpp")
|