mirror of
https://github.com/godotengine/godot.git
synced 2025-02-17 22:43:01 +08:00
7 lines
104 B
Plaintext
7 lines
104 B
Plaintext
Import('env')
|
|
|
|
env.add_source_files(env.tool_sources,"*.cpp")
|
|
env.Append(LIBS=["iconv"])
|
|
|
|
Export('env')
|