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