mirror of
https://github.com/Mestima/GodotStack.git
synced 2025-05-03 12:50:14 +00:00
5 lines
107 B
Plaintext
5 lines
107 B
Plaintext
# SCsub
|
|
|
|
Import('env')
|
|
|
|
env.add_source_files(env.modules_sources, "*.cpp") # Add all cpp files to the build |