mirror of
https://github.com/Relintai/godot_voxel.git
synced 2024-11-11 20:35:08 +01:00
7 lines
181 B
Plaintext
7 lines
181 B
Plaintext
Import('env')
|
|
|
|
env.add_source_files(env.modules_sources,"*.cpp")
|
|
env.add_source_files(env.modules_sources,"transvoxel/*.cpp")
|
|
env.add_source_files(env.modules_sources,"dmc/*.cpp")
|
|
|