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
diff options
context:
space:
mode:
Diffstat (limited to 'source/blender/readblenfile/CMakeLists.txt')
-rw-r--r--source/blender/readblenfile/CMakeLists.txt2
1 files changed, 2 insertions, 0 deletions
diff --git a/source/blender/readblenfile/CMakeLists.txt b/source/blender/readblenfile/CMakeLists.txt
index 0917599f3d4..11128274e20 100644
--- a/source/blender/readblenfile/CMakeLists.txt
+++ b/source/blender/readblenfile/CMakeLists.txt
@@ -36,6 +36,8 @@ SET(INC
SET(SRC
intern/BLO_readblenfile.c
+
+ BLO_readblenfile.h
)
BLENDERLIB(bf_readblenfile "${SRC}" "${INC}")