Warning, /multimedia/kdenlive/src/doc/CMakeLists.txt is written in an unsupported language. File is not indexed.

0001 # SPDX-License-Identifier: BSD-2-Clause
0002 # SPDX-FileCopyrightText: Vincent PINON <vincent.pinon@laposte.net>
0003 
0004 set(kdenlive_SRCS
0005   ${kdenlive_SRCS}
0006   doc/documentchecker.cpp
0007   doc/dcresolvedialog.cpp
0008   doc/documentcheckertreemodel.cpp
0009   doc/documentvalidator.cpp
0010   doc/kdenlivedoc.cpp
0011   doc/kthumb.cpp
0012   doc/docundostack.cpp
0013   PARENT_SCOPE)
0014