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 <ideasman42@gmail.com>2021-01-20 08:08:52 +0300
committerCampbell Barton <ideasman42@gmail.com>2021-01-20 08:08:52 +0300
commitb2037464e420e4171ff2238f35284e156dbcf110 (patch)
treefb3587f52dbb7a0daaea4e660a89b0edcf62f930 /source/blender/blenlib/CMakeLists.txt
parentbe970c03c26558ec5bda04b2c5de67b456ad09b1 (diff)
CMake: add missing headers
Resolves 'cmake_consistency_check' reports.
Diffstat (limited to 'source/blender/blenlib/CMakeLists.txt')
-rw-r--r--source/blender/blenlib/CMakeLists.txt1
1 files changed, 1 insertions, 0 deletions
diff --git a/source/blender/blenlib/CMakeLists.txt b/source/blender/blenlib/CMakeLists.txt
index aa4c4efe7d4..45a1054fb53 100644
--- a/source/blender/blenlib/CMakeLists.txt
+++ b/source/blender/blenlib/CMakeLists.txt
@@ -276,6 +276,7 @@ set(SRC
BLI_sys_types.h
BLI_system.h
BLI_task.h
+ BLI_task.hh
BLI_threads.h
BLI_timecode.h
BLI_timeit.hh