mirror of
https://github.com/Relintai/pandemonium_engine.git
synced 2025-01-05 10:29:39 +01:00
9 lines
260 B
Python
9 lines
260 B
Python
#!/usr/bin/env python
|
|
|
|
Import("env")
|
|
|
|
env.add_source_files(env.core_sources, "rendering/*.cpp")
|
|
env.add_source_files(env.core_sources, "physics/*.cpp")
|
|
env.add_source_files(env.core_sources, "physics_2d/*.cpp")
|
|
#env.add_source_files(env.core_sources, "*.cpp")
|