mirror of
https://github.com/parchlinux/calamares.git
synced 2025-06-28 09:55:37 -04:00
[initramfs] Prepare for C++-ification
This commit is contained in:
parent
c57e914a23
commit
b216daf574
2 changed files with 9 additions and 5 deletions
9
src/modules/initramfs/CMakeLists.txt
Normal file
9
src/modules/initramfs/CMakeLists.txt
Normal file
|
@ -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…
Add table
Add a link
Reference in a new issue