mirror of
https://github.com/parchlinux/calamares.git
synced 2025-02-28 21:05:45 -05:00
19 lines
430 B
Text
19 lines
430 B
Text
|
include_directories( ${PROJECT_BINARY_DIR}/src/libcalamaresui )
|
||
|
|
||
|
calamares_add_plugin( netinstall
|
||
|
TYPE viewmodule
|
||
|
EXPORT_MACRO PLUGINDLLEXPORT_PRO
|
||
|
SOURCES
|
||
|
NetInstallViewStep.cpp
|
||
|
NetInstallPage.cpp
|
||
|
widgets/groupselectionwidget.cpp
|
||
|
UI
|
||
|
page_netinst.ui
|
||
|
widgets/groupselectionwidget.ui
|
||
|
RESOURCES
|
||
|
netinstall.qrc
|
||
|
LINK_LIBRARIES
|
||
|
calamaresui
|
||
|
SHARED_LIB
|
||
|
)
|