mirror of
https://github.com/Relintai/godot_voxel.git
synced 2024-11-19 02:47:18 +01:00
6 lines
118 B
Plaintext
6 lines
118 B
Plaintext
|
Import('env')
|
||
|
|
||
|
env.add_source_files(env.modules_sources,"*.cpp")
|
||
|
env.add_source_files(env.modules_sources,"lib/*.c")
|
||
|
|