calamares/src/modules/machineid/CMakeLists.txt

22 lines
450 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
#
2019-10-01 13:44:06 +02:00
calamares_add_plugin( machineid
TYPE job
EXPORT_MACRO PLUGINDLLEXPORT_PRO
SOURCES
MachineIdJob.cpp
Workers.cpp
2019-10-01 13:44:06 +02:00
SHARED_LIB
)
calamares_add_test(
machineidtest
SOURCES
Tests.cpp
MachineIdJob.cpp
Workers.cpp
)