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
|
|
|
|
#
|
2018-05-19 15:04:14 +02:00
|
|
|
include_directories( ${PROJECT_BINARY_DIR}/src/libcalamaresui )
|
|
|
|
|
|
|
|
calamares_add_plugin( preservefiles
|
|
|
|
TYPE job
|
|
|
|
EXPORT_MACRO PLUGINDLLEXPORT_PRO
|
|
|
|
SOURCES
|
|
|
|
PreserveFiles.cpp
|
|
|
|
LINK_PRIVATE_LIBRARIES
|
|
|
|
calamares
|
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
|
|
|
)
|