Initial upload of HyprArch releng configuration
This commit is contained in:
17
airootfs/etc/calamares/modules/flatpakinfo/CMakeLists.txt
Normal file
17
airootfs/etc/calamares/modules/flatpakinfo/CMakeLists.txt
Normal file
@@ -0,0 +1,17 @@
|
||||
# === 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(flatpakInfo
|
||||
TYPE job
|
||||
EXPORT_MACRO PLUGINDLLEXPORT_PRO
|
||||
SOURCES
|
||||
FlatpakInfoJob.h
|
||||
ItemFlatpak.h
|
||||
PackagePool.h
|
||||
FlatpakInfoJob.cpp
|
||||
ItemFlatpak.cpp
|
||||
PackagePool.cpp
|
||||
SHARED_LIB
|
||||
)
|
||||
Reference in New Issue
Block a user