From d1b234a86dec3ca0f0ac0791190f6a549e6cbea3 Mon Sep 17 00:00:00 2001 From: MMS Date: Mon, 14 Nov 2022 08:54:20 -0500 Subject: [PATCH] 7.1.2b --- zephyr/CMakeLists.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/zephyr/CMakeLists.txt b/zephyr/CMakeLists.txt index 04e2e636..73f7ee9d 100644 --- a/zephyr/CMakeLists.txt +++ b/zephyr/CMakeLists.txt @@ -1,7 +1,7 @@ # QPCPP Zephyr module # SPDX-License-Identifier: GPL-3.0-or-later OR LicenseRef-QL-commercial -zephyr_library() +zephyr_library_named(qpcpp) if(CONFIG_QPCPP)