2020-08-25 16:05:56 +02:00
|
|
|
# === This file is part of Calamares - <https://calamares.io> ===
|
2020-08-26 00:24:52 +02:00
|
|
|
#
|
|
|
|
# SPDX-FileCopyrightText: 2020 Adriaan de Groot <groot@kde.org>
|
|
|
|
# SPDX-License-Identifier: BSD-2-Clause
|
|
|
|
#
|
2022-02-08 16:18:47 +01:00
|
|
|
calamares_add_plugin(preservefiles
|
2018-05-19 15:04:14 +02:00
|
|
|
TYPE job
|
|
|
|
EXPORT_MACRO PLUGINDLLEXPORT_PRO
|
|
|
|
SOURCES
|
2021-12-13 13:00:28 +01:00
|
|
|
Item.cpp
|
2018-05-19 15:04:14 +02:00
|
|
|
PreserveFiles.cpp
|
2018-08-07 20:10:40 +02:00
|
|
|
# REQUIRES mount # To set the rootMountPoint
|
2018-05-19 15:04:14 +02:00
|
|
|
SHARED_LIB
|
2018-06-15 13:22:09 +02:00
|
|
|
EMERGENCY
|
2018-05-19 15:04:14 +02:00
|
|
|
)
|
2021-12-13 15:04:23 +01:00
|
|
|
|
2022-02-08 16:18:47 +01:00
|
|
|
calamares_add_test(preservefilestest SOURCES Item.cpp Tests.cpp)
|