Updated Library Documentation (markdown)
@@ -809,7 +809,7 @@ add_subdirectory(srclib/libpartition_map)
|
|||||||
|
|
||||||
# Usage example
|
# Usage example
|
||||||
add_executable(main main.cpp)
|
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.
|
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.
|
||||||
|
|||||||
Reference in New Issue
Block a user