Skip to content

Commit

Permalink
cmake format
Browse files Browse the repository at this point in the history
  • Loading branch information
xalbertoisorna committed Sep 21, 2023
1 parent bb1c493 commit 55c32c9
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion docs/rst/flow.rst
Original file line number Diff line number Diff line change
Expand Up @@ -49,7 +49,7 @@ Perform the following steps once
Cmake Setup
-----------

Cmake can be used to link the library onto your project. In that case you do not need to set the envrionement variable, as the cmake script will automatically find the library.
``CMake`` can be used to link the library onto your project. In that case you do not need to set the envrionement variable, as the cmake script will automatically find the library.
The following CMakeLists.txt file can be used as a template to create the static library called ``tflite_micro`` for your project.

.. code-block:: cmake
Expand Down

0 comments on commit 55c32c9

Please sign in to comment.