mirror of
https://github.com/Relintai/godot_fastnoise.git
synced 2024-11-12 10:15:21 +01:00
8 lines
160 B
Plaintext
8 lines
160 B
Plaintext
Import('env')
|
|
|
|
module_env = env.Clone()
|
|
|
|
module_env.add_source_files(env.modules_sources,"*.cpp")
|
|
module_env.add_source_files(env.modules_sources,"lib/*.cpp")
|
|
|