Initial upload of HyprArch releng configuration
This commit is contained in:
15
airootfs/etc/calamares/modules/mobile/CMakeLists.txt
Normal file
15
airootfs/etc/calamares/modules/mobile/CMakeLists.txt
Normal file
@@ -0,0 +1,15 @@
|
||||
# SPDX-FileCopyrightText: 2020 Oliver Smith <ollieparanoid@postmarketos.org>
|
||||
# SPDX-License-Identifier: GPL-3.0-or-later
|
||||
|
||||
calamares_add_plugin( mobile
|
||||
TYPE viewmodule
|
||||
EXPORT_MACRO PLUGINDLLEXPORT_PRO
|
||||
SOURCES
|
||||
Config.cpp
|
||||
MobileQmlViewStep.cpp
|
||||
PartitionJob.cpp
|
||||
UsersJob.cpp
|
||||
RESOURCES
|
||||
mobile.qrc
|
||||
SHARED_LIB
|
||||
)
|
||||
Reference in New Issue
Block a user