Warning, /graphics/digikam/core/dplugins/editor/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(hotpixels) 0010 add_subdirectory(redeye) 0011 add_subdirectory(sharpen) 0012 add_subdirectory(restoration) 0013 add_subdirectory(localcontrast) 0014 add_subdirectory(noisereduction) 0015 add_subdirectory(lensdistortion) 0016 add_subdirectory(healingclone) 0017 if(LensFun_FOUND) 0018 add_subdirectory(lensautofix) 0019 endif() 0020 0021 # Not yet finalized 0022 #add_subdirectory(healingclone)