calamares/src/modules/license/CMakeLists.txt

21 lines
522 B
CMake
Raw Normal View History

# === This file is part of Calamares - <https://github.com/calamares> ===
#
# SPDX-FileCopyrightText: 2020 Adriaan de Groot <groot@kde.org>
# SPDX-License-Identifier: BSD-2-Clause
#
include_directories( ${PROJECT_BINARY_DIR}/src/libcalamaresui )
calamares_add_plugin( license
TYPE viewmodule
EXPORT_MACRO PLUGINDLLEXPORT_PRO
SOURCES
LicensePage.cpp
LicenseViewStep.cpp
LicenseWidget.cpp
UI
LicensePage.ui
2016-12-07 16:37:29 +01:00
LINK_PRIVATE_LIBRARIES
calamaresui
SHARED_LIB
)