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-07-08 06:20:32 +0300
committerCampbell Barton <ideasman42@gmail.com>2021-07-08 06:21:22 +0300
commitc3cb5652507e5ac309108994a7a6c7587a3be398 (patch)
treefa9ec02c8bbe839668388ff8c63bb52fefae8d93 /source/blender/compositor/CMakeLists.txt
parent8346417d09240c129c5688560180aec37bc4c89a (diff)
CMake: add missing headers, sort file lists
Diffstat (limited to 'source/blender/compositor/CMakeLists.txt')
-rw-r--r--source/blender/compositor/CMakeLists.txt5
1 files changed, 3 insertions, 2 deletions
diff --git a/source/blender/compositor/CMakeLists.txt b/source/blender/compositor/CMakeLists.txt
index 08d9be8b90e..20b56ceb55f 100644
--- a/source/blender/compositor/CMakeLists.txt
+++ b/source/blender/compositor/CMakeLists.txt
@@ -68,6 +68,7 @@ set(SRC
intern/COM_Device.cc
intern/COM_Device.h
intern/COM_Enums.cc
+ intern/COM_Enums.h
intern/COM_ExecutionGroup.cc
intern/COM_ExecutionGroup.h
intern/COM_ExecutionModel.cc
@@ -446,14 +447,14 @@ set(SRC
operations/COM_BrightnessOperation.h
operations/COM_ColorCorrectionOperation.cc
operations/COM_ColorCorrectionOperation.h
+ operations/COM_ConstantOperation.cc
+ operations/COM_ConstantOperation.h
operations/COM_GammaOperation.cc
operations/COM_GammaOperation.h
operations/COM_MixOperation.cc
operations/COM_MixOperation.h
operations/COM_ReadBufferOperation.cc
operations/COM_ReadBufferOperation.h
- operations/COM_ConstantOperation.cc
- operations/COM_ConstantOperation.h
operations/COM_SetColorOperation.cc
operations/COM_SetColorOperation.h
operations/COM_SetValueOperation.cc