mirror of
https://github.com/Relintai/codot.git
synced 2024-11-13 08:27:18 +01:00
6 lines
87 B
Python
6 lines
87 B
Python
#!/usr/bin/env python
|
|
|
|
Import("env")
|
|
|
|
env.add_source_files(env.scene_sources, "*.cpp")
|