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)