🚧 fix compilation with meson

This commit is contained in:
Vladislav Nepogodin 2023-08-13 22:36:21 +00:00 committed by GitHub
parent 9bdecd8344
commit f9097da385
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -6,11 +6,12 @@ test_libreq = shared_library('test_libreq',
source_path + 'utils.cpp',
source_path + 'cpu.cpp',
source_path + 'pacmanconf_repo.cpp',
source_path + 'initcpio.cpp',
source_path + 'chwd_profiles.cpp',
source_path + 'disk.cpp',
source_path + 'drivers.cpp',
source_path + 'widgets.cpp',
source_path + 'follow_process_log.cpp',
source_path + 'initcpio.cpp',
source_path + 'crypto.cpp',
source_path + 'misc.cpp',
source_path + 'simple_tui.cpp',