mirror of
https://github.com/CachyOS/New-Cli-Installer.git
synced 2025-01-23 22:42:31 +08:00
🚧 fix compilation
This commit is contained in:
parent
fa463c979f
commit
71f0a7ea73
@ -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
|
||||
|
@ -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',
|
||||
|
Loading…
Reference in New Issue
Block a user