diff --git a/zephyr_module.cmake b/CMakeLists.txt similarity index 100% rename from zephyr_module.cmake rename to CMakeLists.txt diff --git a/README.md b/README.md index c504da0..0d1938e 100644 --- a/README.md +++ b/README.md @@ -4,5 +4,5 @@ Wrap the Zephyr Json module to ease its usage for C++ development. ## 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`