Warning, /system/kpmcore/src/ops/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 Chantara Tith <tith.chantara@gmail.com>
0004 
0005 # SPDX-License-Identifier: GPL-3.0-or-later
0006 
0007 set(OPS_SRC
0008     ops/operation.cpp
0009     ops/deleteoperation.cpp
0010     ops/restoreoperation.cpp
0011     ops/resizeoperation.cpp
0012     ops/newoperation.cpp
0013     ops/createfilesystemoperation.cpp
0014     ops/createpartitiontableoperation.cpp
0015     ops/createvolumegroupoperation.cpp
0016     ops/removevolumegroupoperation.cpp
0017     ops/deactivatevolumegroupoperation.cpp
0018     ops/resizevolumegroupoperation.cpp
0019     ops/setfilesystemlabeloperation.cpp
0020     ops/setpartflagsoperation.cpp
0021     ops/checkoperation.cpp
0022     ops/backupoperation.cpp
0023     ops/copyoperation.cpp
0024 )
0025 
0026 set(OPS_LIB_HDRS
0027     ops/backupoperation.h
0028     ops/checkoperation.h
0029     ops/copyoperation.h
0030     ops/createfilesystemoperation.h
0031     ops/createpartitiontableoperation.h
0032     ops/createvolumegroupoperation.h
0033     ops/removevolumegroupoperation.h
0034     ops/deactivatevolumegroupoperation.h
0035     ops/resizevolumegroupoperation.h
0036     ops/deleteoperation.h
0037     ops/newoperation.h
0038     ops/operation.h
0039     ops/resizeoperation.h
0040     ops/restoreoperation.h
0041     ops/setfilesystemlabeloperation.h
0042     ops/setpartflagsoperation.h
0043 )