From da091649e775b23a35eb88df1c2cf9ce3fb350f7 Mon Sep 17 00:00:00 2001 From: Raquel Medina Date: Fri, 29 Nov 2019 23:01:41 +0100 Subject: voice: add initial support for voice agents configuration Bug-AGL: SPEC-2981 Signed-off-by: Raquel Medina Change-Id: I0195d914dc10f4fcdea1cb6df0e6a5859ad8269d --- voice/CMakeLists.txt | 4 ++++ 1 file changed, 4 insertions(+) create mode 100644 voice/CMakeLists.txt (limited to 'voice/CMakeLists.txt') diff --git a/voice/CMakeLists.txt b/voice/CMakeLists.txt new file mode 100644 index 0000000..61b8fe2 --- /dev/null +++ b/voice/CMakeLists.txt @@ -0,0 +1,4 @@ +add_headers(voice.h voicemessage.h + voiceagentregistry.h voiceagentprofile.h voiceagentmodel.h) +add_sources(voice.cpp voicemessage.cpp + voiceagentregistry.cpp voiceagentprofile.cpp voiceagentmodel.cpp) -- cgit 1.2.3-korg