rename cmake file

This commit is contained in:
Mickael Bosch
2026-06-25 10:49:26 +02:00
parent 82c91ca1dd
commit b532556be8
2 changed files with 1 additions and 1 deletions

View File

@@ -4,5 +4,5 @@ Wrap the Zephyr Json module to ease its usage for C++ development.
## Usage ## Usage
- Include `zephyr_module.cmake` in the cmake file (eg. `include(${CMAKE_CURRENT_LIST_DIR}/zephyr_json_cpp/zephyr_module.cmake)`) - Include `CMakeLists.txt` in the cmake file (eg. `add_subdirectory(${CMAKE_CURRENT_LIST_DIR}/zephyr_json_cpp)`)
- Add `CONFIG_JSON_LIBRARY=y` to `prj.conf` - Add `CONFIG_JSON_LIBRARY=y` to `prj.conf`