blob: b20a2a41de5c2d0055885f2ee68a1abd2900faf8 (
plain)
1
2
3
4
5
6
7
8
9
10
11
|
# -*- cmake -*-
include(Prebuilt)
if (NOT USESYSTEMLIBS)
use_prebuilt_binary(tinygltf)
set(TINYGLTF_INCLUDE_DIR ${LIBS_PREBUILT_DIR}/include/tinygltf)
endif (NOT USESYSTEMLIBS)
|