summaryrefslogtreecommitdiffstats
path: root/CMakeLists.txt
diff options
context:
space:
mode:
authorTimotej S <6674623+underhood@users.noreply.github.com>2020-07-10 15:31:30 +0200
committerGitHub <noreply@github.com>2020-07-10 15:31:30 +0200
commit42aa54eaf6a64348f23cc0c9ed0a071b79bc9cad (patch)
treed8e8cd9b2a695560e08c6db771afe7c6a4c8587e /CMakeLists.txt
parent0be2c726035419bb3c06e7ee8852e5b58ff1b020 (diff)
adds support for multiple ACLK query processing threads (#9355)
Diffstat (limited to 'CMakeLists.txt')
-rw-r--r--CMakeLists.txt2
1 files changed, 2 insertions, 0 deletions
diff --git a/CMakeLists.txt b/CMakeLists.txt
index 5de9047b14..6b895d77e9 100644
--- a/CMakeLists.txt
+++ b/CMakeLists.txt
@@ -665,6 +665,8 @@ set(ACLK_PLUGIN_FILES
aclk/aclk_common.h
aclk/agent_cloud_link.c
aclk/agent_cloud_link.h
+ aclk/aclk_query.c
+ aclk/aclk_query.h
aclk/aclk_lws_wss_client.c
aclk/aclk_lws_wss_client.h
aclk/aclk_lws_https_client.c