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:
Diffstat (limited to 'source/blender/compositor/CMakeLists.txt')
-rw-r--r--source/blender/compositor/CMakeLists.txt4
1 files changed, 4 insertions, 0 deletions
diff --git a/source/blender/compositor/CMakeLists.txt b/source/blender/compositor/CMakeLists.txt
index fec98f58261..26d29f72efb 100644
--- a/source/blender/compositor/CMakeLists.txt
+++ b/source/blender/compositor/CMakeLists.txt
@@ -213,6 +213,8 @@ set(SRC
nodes/COM_ColorCorrectionNode.h
nodes/COM_ColorCurveNode.cpp
nodes/COM_ColorCurveNode.h
+ nodes/COM_ColorExposureNode.cpp
+ nodes/COM_ColorExposureNode.h
nodes/COM_ColorRampNode.cpp
nodes/COM_ColorRampNode.h
nodes/COM_ColorToBWNode.cpp
@@ -399,6 +401,8 @@ set(SRC
operations/COM_ChromaMatteOperation.h
operations/COM_ColorCurveOperation.cpp
operations/COM_ColorCurveOperation.h
+ operations/COM_ColorExposureOperation.cpp
+ operations/COM_ColorExposureOperation.h
operations/COM_ColorMatteOperation.cpp
operations/COM_ColorMatteOperation.h
operations/COM_ColorRampOperation.cpp