2024-08-07 21:15:17 +02:00
|
|
|
#!/usr/bin/env python
|
2024-06-11 15:19:07 -05:00
|
|
|
from misc.utility.scons_hints import *
|
2024-08-07 21:15:17 +02:00
|
|
|
|
2024-06-11 15:19:07 -05:00
|
|
|
Import("env")
|
2024-08-07 21:15:17 +02:00
|
|
|
|
|
|
|
|
env.add_source_files(env.modules_sources, "*.cpp")
|