mirror of
https://github.com/Kitware/CMake.git
synced 2026-02-16 12:11:04 -06:00
FindALSA: reformat docs
This commit is contained in:
committed by
Rolf Eike Beer
parent
1c87844856
commit
6a64292fa7
@@ -18,20 +18,27 @@
|
||||
# Result Variables
|
||||
# ^^^^^^^^^^^^^^^^
|
||||
#
|
||||
# ::
|
||||
# This module defines the following variables:
|
||||
#
|
||||
# This module defines the following variables:
|
||||
# ALSA_FOUND - True if ALSA_INCLUDE_DIR & ALSA_LIBRARY are found
|
||||
# ALSA_LIBRARIES - Set when ALSA_LIBRARY is found
|
||||
# ALSA_INCLUDE_DIRS - Set when ALSA_INCLUDE_DIR is found
|
||||
# ``ALSA_FOUND``
|
||||
# True if ALSA_INCLUDE_DIR & ALSA_LIBRARY are found
|
||||
#
|
||||
# ``ALSA_LIBRARIES``
|
||||
# List of libraries when using ALSA.
|
||||
#
|
||||
# ``ALSA_INCLUDE_DIRS``
|
||||
# Where to find the ALSA headers.
|
||||
#
|
||||
# ::
|
||||
# Cache variables
|
||||
# ^^^^^^^^^^^^^^^
|
||||
#
|
||||
# ALSA_INCLUDE_DIR - where to find asoundlib.h, etc.
|
||||
# ALSA_LIBRARY - the asound library
|
||||
# ALSA_VERSION_STRING - the version of alsa found (since CMake 2.8.8)
|
||||
# The following cache variables may also be set:
|
||||
#
|
||||
# ``ALSA_INCLUDE_DIR``
|
||||
# the ALSA include directory
|
||||
#
|
||||
# ``ALSA_LIBRARY``
|
||||
# the absolute path of the asound library
|
||||
|
||||
find_path(ALSA_INCLUDE_DIR NAMES alsa/asoundlib.h
|
||||
DOC "The ALSA (asound) include directory"
|
||||
|
||||
Reference in New Issue
Block a user