From 312075e6883986fe2d1861811c7255b8898ab2cc Mon Sep 17 00:00:00 2001 From: Campbell Barton Date: Tue, 29 Oct 2019 01:32:33 +1100 Subject: CMake: add missing headers, use space before comments --- source/blender/compositor/CMakeLists.txt | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'source/blender/compositor') diff --git a/source/blender/compositor/CMakeLists.txt b/source/blender/compositor/CMakeLists.txt index f0685b169fa..ed14397f73c 100644 --- a/source/blender/compositor/CMakeLists.txt +++ b/source/blender/compositor/CMakeLists.txt @@ -486,7 +486,7 @@ set(SRC operations/COM_WrapOperation.cpp operations/COM_WrapOperation.h - #Filter operations + # Filter operations operations/COM_ConvolutionEdgeFilterOperation.cpp operations/COM_ConvolutionEdgeFilterOperation.h operations/COM_ConvolutionFilterOperation.cpp @@ -515,7 +515,7 @@ set(SRC operations/COM_SetSamplerOperation.h - #Convert operations + # Convert operations operations/COM_ConvertOperation.cpp operations/COM_ConvertOperation.h operations/COM_IDMaskOperation.cpp -- cgit v1.2.3