You cannot select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.

19 lines
327 B
CMake

calamares_add_plugin( initramfs
TYPE job
EXPORT_MACRO PLUGINDLLEXPORT_PRO
SOURCES
InitramfsJob.cpp
LINK_PRIVATE_LIBRARIES
calamares
SHARED_LIB
)
calamares_add_test(
initramfstest
SOURCES
Tests.cpp
LIBRARIES
calamares_job_initramfs # From above
yamlcpp
)