mirror of
https://git.mirrors.martin98.com/https://github.com/syoyo/tinygltf.git
synced 2025-08-15 20:06:02 +08:00
Finish porting of using json11.
This commit is contained in:
parent
e316127243
commit
4a35464d9b
2
Makefile
2
Makefile
@ -3,7 +3,7 @@
|
|||||||
#EXTRA_CXXFLAGS := -fsanitize=address -Wall -Werror -Weverything -Wno-c++11-long-long -Wno-c++98-compat
|
#EXTRA_CXXFLAGS := -fsanitize=address -Wall -Werror -Weverything -Wno-c++11-long-long -Wno-c++98-compat
|
||||||
|
|
||||||
all:
|
all:
|
||||||
clang++ $(EXTRA_CXXFLAGS) -std=c++11 -g -O0 -o loader_example loader_example.cc
|
clang++ $(EXTRA_CXXFLAGS) -std=c++11 -g -O0 -o loader_example loader_example.cc json11.cpp
|
||||||
|
|
||||||
lint:
|
lint:
|
||||||
deps/cpplint.py tiny_gltf.h
|
deps/cpplint.py tiny_gltf.h
|
||||||
|
720
tiny_gltf.h
720
tiny_gltf.h
File diff suppressed because it is too large
Load Diff
Loading…
x
Reference in New Issue
Block a user