calamares/src/modules/umount/CMakeLists.txt

20 lines
390 B
CMake
Raw Normal View History

2021-11-20 00:03:31 +01:00
# === This file is part of Calamares - <https://calamares.io> ===
#
# SPDX-FileCopyrightText: 2021 Adriaan de Groot <groot@kde.org>
# SPDX-License-Identifier: BSD-2-Clause
#
calamares_add_plugin( umount
TYPE job
EXPORT_MACRO PLUGINDLLEXPORT_PRO
SOURCES
UmountJob.cpp
SHARED_LIB
EMERGENCY
2021-11-20 00:03:31 +01:00
)
calamares_add_test(
umounttest
SOURCES
Tests.cpp
)