summaryrefslogtreecommitdiffstats
path: root/CMakeLists.txt
diff options
context:
space:
mode:
authorTimotej S <6674623+underhood@users.noreply.github.com>2022-11-16 04:05:33 +0700
committerGitHub <noreply@github.com>2022-11-15 23:05:33 +0200
commitf289ba344990ae1f16f6019c72de1e52dcf260bf (patch)
tree3ba507d9d104bf7cbce257baa76ae3f7301177da /CMakeLists.txt
parent224b051a2b2bab39a4b536e531ab9ca590bf31bb (diff)
Add 'funcs' capability (#13992)
* cleanup capas + add func capa * make it const * fixes * freez
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 182a808614..8c75cfd39c 100644
--- a/CMakeLists.txt
+++ b/CMakeLists.txt
@@ -898,6 +898,8 @@ set(ACLK_FILES
aclk/aclk_alarm_api.h
aclk/aclk_contexts_api.c
aclk/aclk_contexts_api.h
+ aclk/aclk_capas.c
+ aclk/aclk_capas.h
aclk/schema-wrappers/connection.cc
aclk/schema-wrappers/connection.h
aclk/schema-wrappers/node_connection.cc