Adds moved mikktspace source files to premake4.lua.

Mentions mikktspace licensing in LICENSE.txt

This was SVN commit r12796.
This commit is contained in:
historic_bruno 2012-10-30 00:56:24 +00:00
parent 367c67d6ad
commit 5b7564da37
2 changed files with 5 additions and 1 deletions

View File

@ -20,6 +20,9 @@ in particular, let us know and we can try to clarify it.
/source/lib /source/lib
MIT MIT
/source/third_party/mikktspace
zlib
/source/third_party/mongoose /source/third_party/mongoose
MIT MIT

View File

@ -560,7 +560,8 @@ function setup_all_libs ()
source_dirs = { source_dirs = {
"graphics", "graphics",
"graphics/scripting", "graphics/scripting",
"renderer" "renderer",
"third_party/mikktspace"
} }
extern_libs = { extern_libs = {
"opengl", "opengl",