8f10c21e5b
Module descriptors are now module.desc, no configuration allowed inside. Module config files are <modulename>.conf, installed in share/calamares/modules. settings.conf is read from /etc/calamares, then share/calamares, and if running with --debug also in the current dir. Module config files are read from /etc/calamares/modules, then share/calamares/modules, and if running with --debug also in src/modules/<modulename> relative to the current dir.
13 lines
278 B
CMake
13 lines
278 B
CMake
include_directories( ${PROJECT_BINARY_DIR}/src/libcalamaresui )
|
|
calamares_add_plugin( summary
|
|
TYPE viewmodule
|
|
EXPORT_MACRO PLUGINDLLEXPORT_PRO
|
|
SOURCES
|
|
SummaryViewStep.cpp
|
|
SummaryPage.cpp
|
|
UI
|
|
LINK_LIBRARIES
|
|
calamaresui
|
|
SHARED_LIB
|
|
)
|