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

0001 # SPDX-License-Identifier: BSD-2-Clause
0002 # SPDX-FileCopyrightText: Jean-Baptiste Mardelle <jb@kdenlive.org>
0003 
0004 add_subdirectory(colorscopes)
0005 add_subdirectory(audioscopes)
0006 set(kdenlive_SRCS
0007   ${kdenlive_SRCS}
0008   scopes/scopemanager.cpp
0009   scopes/abstractscopewidget.cpp
0010   PARENT_SCOPE)
0011