Welcome to mirror list, hosted at ThFree Co, Russian Federation.

git.blender.org/blender.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
path: root/intern
diff options
context:
space:
mode:
authorCampbell Barton <ideasman42@gmail.com>2021-11-08 06:43:45 +0300
committerCampbell Barton <ideasman42@gmail.com>2021-11-08 06:52:08 +0300
commit34d289f98cb076735b9c24f9985832abc475cb05 (patch)
tree4e9e1ce4c42ba4b9ca303fcd457bab5a9a34da99 /intern
parentc516659b5e2bb118a5d9f28d49477d2ac1f24b08 (diff)
CMake: add missing headers to CMake lists
Diffstat (limited to 'intern')
-rw-r--r--intern/ghost/CMakeLists.txt3
1 files changed, 3 insertions, 0 deletions
diff --git a/intern/ghost/CMakeLists.txt b/intern/ghost/CMakeLists.txt
index 05423209c71..41642311185 100644
--- a/intern/ghost/CMakeLists.txt
+++ b/intern/ghost/CMakeLists.txt
@@ -489,6 +489,9 @@ if(WITH_XR_OPENXR)
intern/GHOST_XrSwapchain.h
intern/GHOST_Xr_intern.h
intern/GHOST_Xr_openxr_includes.h
+
+ # Header only library.
+ ../../extern/tinygltf/tiny_gltf.h
)
list(APPEND INC
../../extern/json/include