From 58907601480a5e12bad622bdb87ef99b4fa17bd5 Mon Sep 17 00:00:00 2001 From: Siddharth Chandrasekaran Date: Thu, 21 Mar 2024 08:08:05 +0100 Subject: [PATCH] doc: Update new build options Signed-off-by: Siddharth Chandrasekaran --- doc/libosdp/build-and-install.rst | 6 +++++- 1 file changed, 5 insertions(+), 1 deletion(-) diff --git a/doc/libosdp/build-and-install.rst b/doc/libosdp/build-and-install.rst index 15ecabc..46c10d2 100644 --- a/doc/libosdp/build-and-install.rst +++ b/doc/libosdp/build-and-install.rst @@ -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 --------------------------------- @@ -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. \ No newline at end of file +provides a libosdp.pc file which is installed along with the library.