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')
|