Warning, /graphics/digikam/core/dplugins/bqm/enhance/CMakeLists.txt is written in an unsupported language. File is not indexed.
0001 # 0002 # SPDX-FileCopyrightText: 2015-2024 by Gilles Caulier, <caulier dot gilles at gmail dot com> 0003 # 0004 # SPDX-License-Identifier: BSD-3-Clause 0005 # 0006 0007 add_subdirectory(antivignetting) 0008 add_subdirectory(blur) 0009 add_subdirectory(localcontrast) 0010 add_subdirectory(noisereduction) 0011 add_subdirectory(redeyecorrection) 0012 add_subdirectory(restoration) 0013 add_subdirectory(sharpen) 0014 add_subdirectory(hotpixels) 0015 0016 if(LensFun_FOUND) 0017 add_subdirectory(lensautofix) 0018 endif()