From 4c423ccbd6f6f24d8cfdbc563127409cddc5fb55 Mon Sep 17 00:00:00 2001 From: Campbell Barton Date: Wed, 23 Feb 2022 12:30:56 +1100 Subject: CMake: include missing files Also use SRC_ prefix for source variables so cmake_consistency_check.py detects these files as being known to CMake. --- source/blender/blenlib/CMakeLists.txt | 4 ++++ 1 file changed, 4 insertions(+) (limited to 'source/blender/blenlib/CMakeLists.txt') 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 -- cgit v1.2.3