mirror of https://github.com/cutefishos/calamares
[initramfs] Prepare for C++-ification
parent
c57e914a23
commit
b216daf574
@ -0,0 +1,9 @@
|
|||||||
|
calamares_add_plugin( initramfs
|
||||||
|
TYPE job
|
||||||
|
EXPORT_MACRO PLUGINDLLEXPORT_PRO
|
||||||
|
SOURCES
|
||||||
|
InitramfsJob.cpp
|
||||||
|
LINK_PRIVATE_LIBRARIES
|
||||||
|
calamares
|
||||||
|
SHARED_LIB
|
||||||
|
)
|
||||||
@ -1,5 +0,0 @@
|
|||||||
---
|
|
||||||
type: "job"
|
|
||||||
name: "initramfs"
|
|
||||||
interface: "python"
|
|
||||||
script: "main.py"
|
|
||||||
Loading…
Reference in New Issue