🚧 fix compilation

This commit is contained in:
Vladislav Nepogodin 2022-12-31 01:49:07 +04:00
parent fa463c979f
commit 71f0a7ea73
No known key found for this signature in database
GPG Key ID: B62C3D10C54D5DA9
2 changed files with 2 additions and 0 deletions

View File

@ -1,6 +1,7 @@
list(APPEND test_SOURCES
${CMAKE_SOURCE_DIR}/src/config.cpp
${CMAKE_SOURCE_DIR}/src/utils.cpp
${CMAKE_SOURCE_DIR}/src/cpu.cpp
${CMAKE_SOURCE_DIR}/src/initcpio.cpp
${CMAKE_SOURCE_DIR}/src/disk.cpp
${CMAKE_SOURCE_DIR}/src/drivers.cpp

View File

@ -4,6 +4,7 @@ test_libreq = shared_library('test_libreq',
sources : [
source_path + 'config.cpp',
source_path + 'utils.cpp',
source_path + 'cpu.cpp',
source_path + 'disk.cpp',
source_path + 'drivers.cpp',
source_path + 'widgets.cpp',