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.