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
|
|
|
|
#
|
2017-12-20 15:12:27 +01:00
|
|
|
calamares_add_plugin( contextualprocess
|
|
|
|
TYPE job
|
|
|
|
EXPORT_MACRO PLUGINDLLEXPORT_PRO
|
|
|
|
SOURCES
|
|
|
|
ContextualProcessJob.cpp
|
|
|
|
SHARED_LIB
|
|
|
|
)
|
2018-02-19 13:01:12 +01:00
|
|
|
|
2020-02-17 14:36:52 +01:00
|
|
|
calamares_add_test(
|
|
|
|
contextualprocesstest
|
|
|
|
SOURCES
|
|
|
|
Tests.cpp
|
|
|
|
ContextualProcessJob.cpp # Builds it a second time
|
|
|
|
LIBRARIES
|
2021-07-26 15:08:29 +02:00
|
|
|
yamlcpp::yamlcpp
|
2020-02-17 14:36:52 +01:00
|
|
|
)
|