2694053be3
Because I think github doesn't show history of renamed files - The original work is done in commitf12a1b8
by JFonS - Improved Documentation in commita386af6
- Last change on the files was in commit463af5b
- and Fixed compiler warnings in commite5bbcb8bcf
4 lines
191 B
Python
4 lines
191 B
Python
#!/usr/bin/env python
|
|
|
|
Import('env')
|
|
env.add_source_files(env.modules_sources, ["register_types.cpp", "open_simplex_noise.cpp", "noise_texture.cpp", "#thirdparty/misc/open-simplex-noise.c"])
|