cmake_modules/FindOggVorbis.cmake
changeset 8667 f93cc19d8b98
parent 8660 6370e545fd5f
equal deleted inserted replaced
8666:1652c1d9adc8 8667:f93cc19d8b98
     2 # Once done this will define
     2 # Once done this will define
     3 #
     3 #
     4 #  OGGVORBIS_FOUND       - system has both Ogg and Vorbis
     4 #  OGGVORBIS_FOUND       - system has both Ogg and Vorbis
     5 #  OGGVORBIS_VERSION     - set either to 1 or 2
     5 #  OGGVORBIS_VERSION     - set either to 1 or 2
     6 #  OGGVORBIS_INCLUDE_DIR - the OggVorbis include directory
     6 #  OGGVORBIS_INCLUDE_DIR - the OggVorbis include directory
     7 #  OGGVORBIS_LIBRARIES   - The libraries needed to use OggVorbis
     7 #  OGGVORBIS_LIBRARIES   - the libraries needed to use OggVorbis
     8 #
     8 #
     9 #  OGG_LIBRARY           - The Ogg library
     9 #  OGG_LIBRARY           - the Ogg library
    10 #  OGG_INCLUDE_DIR       - The Ogg include directory
    10 #  OGG_INCLUDE_DIR       - the Ogg include directory
    11 #  VORBIS_LIBRARY        - The Vorbis library
    11 #  VORBIS_LIBRARY        - the Vorbis library
    12 #  VORBIS_INCLUDE_DIR    - The Vorbis include directory
    12 #  VORBIS_INCLUDE_DIR    - the Vorbis include directory
    13 #  VORBISFILE_LIBRARY    - The VorbisFile library
    13 #  VORBISFILE_LIBRARY    - the VorbisFile library
    14 #
    14 #
    15 # Copyright (c) 2006, Richard Laerkaeng, <richard@goteborg.utfors.se>
    15 # Copyright (c) 2006, Richard Laerkaeng <richard@goteborg.utfors.se>
    16 # Copyright (c) 2013, Vittorio Giovara, <vittorio.giovara@gmail.com>
    16 # Copyright (c) 2013, Vittorio Giovara <vittorio.giovara@gmail.com>
    17 #
    17 #
    18 # Redistribution and use is allowed according to the terms of the BSD license.
    18 # Redistribution and use is allowed according to the terms of the BSD license.
    19 # For details see the accompanying COPYING-CMAKE-SCRIPTS file.
    19 # For details see the accompanying COPYING-CMAKE-SCRIPTS file.
    20 
    20 
    21 ### sommer [SuperTux]
    21 ### sommer [SuperTux]