From cc82653b728408d5e30524549a419fe20fa6a967 Mon Sep 17 00:00:00 2001 From: Jeroen Bakker Date: Thu, 14 Jun 2012 01:32:45 +0000 Subject: Matched FogGlow with old implementation --- source/blender/compositor/CMakeLists.txt | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'source/blender/compositor/CMakeLists.txt') diff --git a/source/blender/compositor/CMakeLists.txt b/source/blender/compositor/CMakeLists.txt index bc2aeaefc83..20d110dd2a8 100644 --- a/source/blender/compositor/CMakeLists.txt +++ b/source/blender/compositor/CMakeLists.txt @@ -557,8 +557,6 @@ set(SRC operations/COM_ConvolutionEdgeFilterOperation.cpp operations/COM_DilateErodeOperation.cpp operations/COM_DilateErodeOperation.h - operations/COM_FogGlowImageOperation.cpp - operations/COM_FogGlowImageOperation.h operations/COM_GlareThresholdOperation.cpp operations/COM_GlareThresholdOperation.h operations/COM_GlareBaseOperation.cpp @@ -569,6 +567,8 @@ set(SRC operations/COM_GlareStreaksOperation.h operations/COM_GlareGhostOperation.cpp operations/COM_GlareGhostOperation.h + operations/COM_GlareFogGlowOperation.cpp + operations/COM_GlareFogGlowOperation.h operations/COM_SetSamplerOperation.cpp operations/COM_SetSamplerOperation.h -- cgit v1.2.3