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

0001 # SPDX-License-Identifier: BSD-2-Clause
0002 # SPDX-FileCopyrightText: Nicolas Carion <french.ebook.lover@gmail.com>
0003 
0004 set(kdenlive_SRCS
0005   ${kdenlive_SRCS}
0006   abstractmodel/abstracttreemodel.cpp
0007   abstractmodel/treeitem.cpp
0008   PARENT_SCOPE)
0009