mirror of
https://github.com/reactos/CMake.git
synced 2024-11-24 20:19:53 +00:00
FindPostgreSQL: Modernize documentation layout
This commit is contained in:
parent
7f68e4a163
commit
7a801b7dfb
@ -7,14 +7,21 @@ FindPostgreSQL
|
||||
|
||||
Find the PostgreSQL installation.
|
||||
|
||||
This module defines
|
||||
Result Variables
|
||||
^^^^^^^^^^^^^^^^
|
||||
|
||||
::
|
||||
This module will set the following variables in your project:
|
||||
|
||||
PostgreSQL_LIBRARIES - the PostgreSQL libraries needed for linking
|
||||
PostgreSQL_INCLUDE_DIRS - the directories of the PostgreSQL headers
|
||||
PostgreSQL_LIBRARY_DIRS - the link directories for PostgreSQL libraries
|
||||
PostgreSQL_VERSION_STRING - the version of PostgreSQL found (since CMake 2.8.8)
|
||||
``PostgreSQL_FOUND``
|
||||
True if PostgreSQL is found.
|
||||
``PostgreSQL_LIBRARIES``
|
||||
the PostgreSQL libraries needed for linking
|
||||
``PostgreSQL_INCLUDE_DIRS``
|
||||
the directories of the PostgreSQL headers
|
||||
``PostgreSQL_LIBRARY_DIRS``
|
||||
the link directories for PostgreSQL libraries
|
||||
``PostgreSQL_VERSION_STRING``
|
||||
the version of PostgreSQL found
|
||||
#]=======================================================================]
|
||||
|
||||
# ----------------------------------------------------------------------------
|
||||
|
Loading…
Reference in New Issue
Block a user