calamares/src/modules/preservefiles/CMakeLists.txt

18 lines
465 B
CMake
Raw Normal View History

# === This file is part of Calamares - <https://calamares.io> ===
#
# 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
TYPE job
EXPORT_MACRO PLUGINDLLEXPORT_PRO
SOURCES
Item.cpp
PreserveFiles.cpp
# REQUIRES mount # To set the rootMountPoint
SHARED_LIB
EMERGENCY
)
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)