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.txt14
1 files changed, 8 insertions, 6 deletions
diff --git a/source/blender/compositor/CMakeLists.txt b/source/blender/compositor/CMakeLists.txt
index 11add975db5..cbb1017facd 100644
--- a/source/blender/compositor/CMakeLists.txt
+++ b/source/blender/compositor/CMakeLists.txt
@@ -185,6 +185,8 @@ set(SRC
nodes/COM_GlareNode.cpp
nodes/COM_GlareNode.h
+ nodes/COM_CornerPinNode.cpp
+ nodes/COM_CornerPinNode.h
nodes/COM_PlaneTrackDeformNode.cpp
nodes/COM_PlaneTrackDeformNode.h
@@ -488,12 +490,12 @@ set(SRC
operations/COM_ProjectorLensDistortionOperation.h
operations/COM_ScreenLensDistortionOperation.cpp
operations/COM_ScreenLensDistortionOperation.h
- operations/COM_PlaneTrackCommonOperation.cpp
- operations/COM_PlaneTrackCommonOperation.h
- operations/COM_PlaneTrackMaskOperation.cpp
- operations/COM_PlaneTrackMaskOperation.h
- operations/COM_PlaneTrackWarpImageOperation.cpp
- operations/COM_PlaneTrackWarpImageOperation.h
+ operations/COM_PlaneDistortCommonOperation.cpp
+ operations/COM_PlaneDistortCommonOperation.h
+ operations/COM_PlaneTrackOperation.cpp
+ operations/COM_PlaneTrackOperation.h
+ operations/COM_PlaneCornerPinOperation.cpp
+ operations/COM_PlaneCornerPinOperation.h
#Filter operations
operations/COM_ConvolutionFilterOperation.h