mirror of
https://github.com/parchlinux/calamares.git
synced 2025-03-04 07:26:19 -05:00
- OEMID is a module for configuring phase-0 things for an OEM, like batch-ID. This is just a stub. - Currently planned functionality is limited to just batch-ID.
10 lines
206 B
CMake
10 lines
206 B
CMake
calamares_add_plugin( oemid
|
|
TYPE viewmodule
|
|
EXPORT_MACRO PLUGINDLLEXPORT_PRO
|
|
SOURCES
|
|
OEMViewStep.cpp
|
|
LINK_PRIVATE_LIBRARIES
|
|
calamaresui
|
|
Qt5::Widgets
|
|
SHARED_LIB
|
|
)
|