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:
authorCampbell Barton <campbell@blender.org>2022-02-23 04:30:56 +0300
committerCampbell Barton <campbell@blender.org>2022-02-23 04:31:46 +0300
commit4c423ccbd6f6f24d8cfdbc563127409cddc5fb55 (patch)
tree3ccd2b0a8d4eec451a5345911085c695173bc6e1 /source/blender/blenlib/CMakeLists.txt
parent4addc1f31e3db456a81dda89245bd09cd3faf80f (diff)
CMake: include missing files
Also use SRC_ prefix for source variables so cmake_consistency_check.py detects these files as being known to CMake.
Diffstat (limited to 'source/blender/blenlib/CMakeLists.txt')
-rw-r--r--source/blender/blenlib/CMakeLists.txt4
1 files changed, 4 insertions, 0 deletions
diff --git a/source/blender/blenlib/CMakeLists.txt b/source/blender/blenlib/CMakeLists.txt
index e1b6e218ff5..ca22315b2ed 100644
--- a/source/blender/blenlib/CMakeLists.txt
+++ b/source/blender/blenlib/CMakeLists.txt
@@ -240,6 +240,7 @@ set(SRC
BLI_math_vec_mpq_types.hh
BLI_math_vec_types.hh
BLI_math_vector.h
+ BLI_math_vector.hh
BLI_memarena.h
BLI_memblock.h
BLI_memiter.h
@@ -308,6 +309,9 @@ set(SRC
BLI_winstuff.h
PIL_time.h
PIL_time_utildefines.h
+
+ # Without these files listed, they aren't known to CMake.
+ ../../../extern/json/include/json.hpp
)
set(LIB