Add Cocos2d-x.

Make tinyobjloader header-only.
This commit is contained in:
Syoyo Fujita
2015-11-18 22:44:18 +09:00
parent c1be55ffe2
commit 353d527fe8
5 changed files with 940 additions and 929 deletions

View File

@@ -1,7 +1,3 @@
lib_sources = {
"tiny_obj_loader.cc"
}
sources = {
"test.cc",
}
@@ -20,7 +16,7 @@ solution "TinyObjLoaderSolution"
project "tinyobjloader"
kind "ConsoleApp"
language "C++"
files { lib_sources, sources }
files { sources }
configuration "Debug"
defines { "DEBUG" } -- -DDEBUG