Renamed glTFConfig to TinyGLTFConfig

This renaming is done so that the config file matches
the project name which is TinyGLTF. This is done to prevent
future name collision should the Khronos glTF project decides
to provide their own CMake configuration file.
This commit is contained in:
Tan Meng Yue
2018-12-27 10:24:13 +11:00
parent 80a85af661
commit d96b45df06
3 changed files with 16 additions and 18 deletions

View File

@@ -22,7 +22,7 @@ INSTALL ( FILES
)
INSTALL ( FILES
cmake/glTFConfig.cmake
cmake/TinyGLTFConfig.cmake
DESTINATION
cmake
)