Warning, /system/kpmcore/src/gui/CMakeLists.txt is written in an unsupported language. File is not indexed.

0001 # SPDX-FileCopyrightText: 2008,2012 Volker Lanz <vl@fidra.de>
0002 # SPDX-FileCopyrightText: 2015 Chris Campbell <c.j.campbell@ed.ac.uk>
0003 # SPDX-FileCopyrightText: 2016 Andrius Štikonas <andrius@stikonas.eu>
0004 
0005 # SPDX-License-Identifier: GPL-3.0-or-later
0006 
0007 set(GUI_SRC
0008     gui/partresizerwidget.cpp
0009     gui/partwidget.cpp
0010     gui/partwidgetbase.cpp
0011 )
0012 
0013 set(GUI_LIB_HDRS
0014     gui/partresizerwidget.h
0015     gui/partwidget.h
0016     gui/partwidgetbase.h
0017 )