mirror of
https://github.com/Relintai/pandemonium_engine.git
synced 2025-03-04 04:13:02 +01:00
7 lines
145 B
Plaintext
7 lines
145 B
Plaintext
|
#!/usr/bin/env python
|
||
|
|
||
|
Import("env")
|
||
|
|
||
|
env.add_source_files(env.core_sources, "rendering/*.cpp")
|
||
|
#env.add_source_files(env.core_sources, "*.cpp")
|