nanosvg: Document in COPYRIGHT.txt and thirdparty README.md
This commit is contained in:
parent
ec6a9617bb
commit
3acf6857d9
7 changed files with 19 additions and 4 deletions
|
|
@ -3,7 +3,7 @@
|
|||
Import('env')
|
||||
|
||||
# Thirdparty source files
|
||||
thirdparty_dir = "#thirdparty/nanosvg/src/"
|
||||
thirdparty_dir = "#thirdparty/nanosvg/"
|
||||
thirdparty_sources = [
|
||||
"nanosvg.cc"
|
||||
]
|
||||
|
|
@ -31,4 +31,4 @@ env.Append(CCFLAGS=["-DSVG_ENABLED"])
|
|||
# Godot's own source files
|
||||
env.add_source_files(env.modules_sources, "*.cpp")
|
||||
|
||||
Export('env')
|
||||
Export('env')
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue