Initial upload of HyprArch releng configuration
This commit is contained in:
17
airootfs/etc/calamares/modules/freebsddisk/CMakeLists.txt
Normal file
17
airootfs/etc/calamares/modules/freebsddisk/CMakeLists.txt
Normal file
@@ -0,0 +1,17 @@
|
||||
# SPDX-FileCopyrightText: no
|
||||
# SPDX-License-Identifier: CC0-1.0
|
||||
#
|
||||
if( NOT Calamares_WITH_QML )
|
||||
calamares_skip_module( "freebsddisk (QML is not supported in this build)" )
|
||||
return()
|
||||
endif()
|
||||
|
||||
calamares_add_plugin( freebsddisk
|
||||
TYPE viewmodule
|
||||
EXPORT_MACRO PLUGINDLLEXPORT_PRO
|
||||
SOURCES
|
||||
FreeBSDDiskViewStep.cpp
|
||||
RESOURCES
|
||||
freebsddisk.qrc
|
||||
SHARED_LIB
|
||||
)
|
||||
Reference in New Issue
Block a user