mirror of
https://github.com/CachyOS/New-Cli-Installer.git
synced 2025-01-23 14:32:22 +08:00
🧹 cleanup
This commit is contained in:
parent
cde2589433
commit
0dbeb29f5c
@ -8,6 +8,7 @@ test_libreq = shared_library('test_libreq',
|
|||||||
source_path + 'drivers.cpp',
|
source_path + 'drivers.cpp',
|
||||||
source_path + 'widgets.cpp',
|
source_path + 'widgets.cpp',
|
||||||
source_path + 'follow_process_log.cpp',
|
source_path + 'follow_process_log.cpp',
|
||||||
|
source_path + 'initcpio.cpp',
|
||||||
source_path + 'crypto.cpp',
|
source_path + 'crypto.cpp',
|
||||||
source_path + 'misc.cpp',
|
source_path + 'misc.cpp',
|
||||||
source_path + 'simple_tui.cpp',
|
source_path + 'simple_tui.cpp',
|
||||||
@ -32,3 +33,11 @@ executable(
|
|||||||
link_with: [test_libreq],
|
link_with: [test_libreq],
|
||||||
include_directories: [include_directories(source_path)],
|
include_directories: [include_directories(source_path)],
|
||||||
install: false)
|
install: false)
|
||||||
|
|
||||||
|
executable(
|
||||||
|
'test-initcpio',
|
||||||
|
files('unit-initcpio.cpp'),
|
||||||
|
dependencies: deps,
|
||||||
|
link_with: [test_libreq],
|
||||||
|
include_directories: [include_directories(source_path)],
|
||||||
|
install: false)
|
||||||
|
Loading…
Reference in New Issue
Block a user