calamares/src/modules/oemid/CMakeLists.txt

18 lines
408 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
#
calamares_add_plugin( oemid
TYPE viewmodule
EXPORT_MACRO PLUGINDLLEXPORT_PRO
SOURCES
IDJob.cpp
OEMViewStep.cpp
2019-04-29 15:40:13 +02:00
UI
OEMPage.ui
LINK_PRIVATE_LIBRARIES
Qt5::Widgets
SHARED_LIB
)