Skip to content

Commit

Permalink
doc: Update new build options
Browse files Browse the repository at this point in the history
Signed-off-by: Siddharth Chandrasekaran <[email protected]>
  • Loading branch information
sidcha committed Mar 21, 2024
1 parent 7c20380 commit 5890760
Showing 1 changed file with 5 additions and 1 deletion.
6 changes: 5 additions & 1 deletion doc/libosdp/build-and-install.rst
Original file line number Diff line number Diff line change
Expand Up @@ -73,6 +73,10 @@ the flag ``-DCONFIG_OSDP_BUILD_STATIC=ON`` to cmake.
+---------------------+-------------------------------+-----------+-------------------------------------------+
| --lib-only | CONFIG_OSDP_LIB_ONLY | OFF | Only build the library |
+---------------------+-------------------------------+-----------+-------------------------------------------+
| N/A | CONFIG_BUILD_SHARED | ON | Build shared library |
+---------------------+-------------------------------+-----------+-------------------------------------------+
| N/A | CONFIG_BUILD_STATIC | ON | Build static library |
+---------------------+-------------------------------+-----------+-------------------------------------------+

Add LibOSDP to your cmake project
---------------------------------
Expand Down Expand Up @@ -123,4 +127,4 @@ Using pkg-config
^^^^^^^^^^^^^^^^

If you are familiar with pkg-config based dependency resolution methods, LibOSDP
provides a libosdp.pc file which is installed along with the library.
provides a libosdp.pc file which is installed along with the library.

0 comments on commit 5890760

Please sign in to comment.