From 60fdb6b186398604115a06a78a4fb3d0fa0aafb2 Mon Sep 17 00:00:00 2001 From: Matthias Ringwald Date: Thu, 14 Sep 2023 17:23:09 +0200 Subject: [PATCH] example: add hog_host_demo.gatt to CMake builds --- example/CMakeLists.txt | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/example/CMakeLists.txt b/example/CMakeLists.txt index 78f4c0410..da6d64dfe 100644 --- a/example/CMakeLists.txt +++ b/example/CMakeLists.txt @@ -82,7 +82,8 @@ set(EXAMPLES_GATT_FILES gatt_browser.gatt gatt_counter.gatt gatt_device_information_query.gatt - gatt_streamer_server.gatt + gatt_streamer_server.gatt + hog_host_demo.gatt hog_keyboard_demo.gatt hog_mouse_demo.gatt le_credit_based_flow_control_mode_server.gatt