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:
authorRichard Antalik <richardantalik@gmail.com>2021-10-07 04:04:34 +0300
committerRichard Antalik <richardantalik@gmail.com>2021-10-07 04:04:34 +0300
commit70cc80ea1c7f2678762c8ec31b924f9624172810 (patch)
treeb2f1565ac69fac40ac1584661880f72b90907100 /source/blender/sequencer/CMakeLists.txt
parent439c9b0b8478336f987b532212650c59b5f9f30f (diff)
Cleanup: Move VSE disk cache code into own file
No functional changes.
Diffstat (limited to 'source/blender/sequencer/CMakeLists.txt')
-rw-r--r--source/blender/sequencer/CMakeLists.txt2
1 files changed, 2 insertions, 0 deletions
diff --git a/source/blender/sequencer/CMakeLists.txt b/source/blender/sequencer/CMakeLists.txt
index f060e6ad69b..eccc336141a 100644
--- a/source/blender/sequencer/CMakeLists.txt
+++ b/source/blender/sequencer/CMakeLists.txt
@@ -63,6 +63,8 @@ set(SRC
SEQ_utils.h
intern/clipboard.c
+ intern/disk_cache.c
+ intern/disk_cache.h
intern/effects.c
intern/effects.h
intern/image_cache.c