Integrate gpu-telemetry into build of nsmd Fixes JIRA https:// Signed-off-by: Deepak Kodihalli <deepak.kodihalli.83@gmail.com>
diff --git a/meson.build b/meson.build index 28cb92b..c30f86f 100644 --- a/meson.build +++ b/meson.build
@@ -162,6 +162,7 @@ subdir('services') subdir('nsmtool') subdir('nsmd') +subdir('gpu-telemetry') if get_option('mockup-responder').enabled() subdir('mockupResponder')