Updated Library Documentation (markdown)

2025-09-02 13:39:30 +03:00
parent b4896c66f5
commit 088445718a

@@ -809,7 +809,7 @@ add_subdirectory(srclib/libpartition_map)
# Usage example
add_executable(main main.cpp)
target_link_libraries(main PRIVATE partition_map_shared) # use helper_static if you want link static library
target_link_libraries(main PRIVATE partition_map_shared) # use partition_map_static if you want link static library
```
If you're going to use it prebuilt, you can find it in the PMT releases. Or you can compile it separately... WARNING: PMT releases only include builds for ARM.