updated meson.build to build common-cpu

added build info for common-cpu to meson
This commit is contained in:
Henrik Holst 2023-05-03 07:24:11 +02:00 committed by afayaz-feral
parent 82206534dc
commit 520dc85ac3

View File

@ -5,6 +5,7 @@ common_sources = [
'common-external.c',
'common-helpers.c',
'common-gpu.c',
'common-cpu.c',
'common-pidfds.c',
'common-power.c',
]