From 520dc85ac3a059977117b76eaf681fa3605413fc Mon Sep 17 00:00:00 2001 From: Henrik Holst Date: Wed, 3 May 2023 07:24:11 +0200 Subject: [PATCH] updated meson.build to build common-cpu added build info for common-cpu to meson --- common/meson.build | 1 + 1 file changed, 1 insertion(+) diff --git a/common/meson.build b/common/meson.build index a2e857a..0d00b59 100644 --- a/common/meson.build +++ b/common/meson.build @@ -5,6 +5,7 @@ common_sources = [ 'common-external.c', 'common-helpers.c', 'common-gpu.c', + 'common-cpu.c', 'common-pidfds.c', 'common-power.c', ]