2017-12-20 15:12:27 +01:00
|
|
|
calamares_add_plugin( contextualprocess
|
|
|
|
TYPE job
|
|
|
|
EXPORT_MACRO PLUGINDLLEXPORT_PRO
|
|
|
|
SOURCES
|
|
|
|
ContextualProcessJob.cpp
|
|
|
|
LINK_PRIVATE_LIBRARIES
|
|
|
|
calamares
|
|
|
|
SHARED_LIB
|
|
|
|
)
|
2018-02-19 13:01:12 +01:00
|
|
|
|
2020-02-17 14:36:52 +01:00
|
|
|
calamares_add_test(
|
|
|
|
contextualprocesstest
|
|
|
|
GUI # It's not
|
|
|
|
SOURCES
|
|
|
|
Tests.cpp
|
|
|
|
ContextualProcessJob.cpp # Builds it a second time
|
|
|
|
LIBRARIES
|
|
|
|
${YAMLCPP_LIBRARY}
|
|
|
|
)
|