aboutsummaryrefslogtreecommitdiff
path: root/misc/Info.plist
diff options
context:
space:
mode:
authorParamat <paramat@users.noreply.github.com>2019-10-14 03:30:54 +0100
committerGitHub <noreply@github.com>2019-10-14 03:30:54 +0100
commit2dd4f8d3fe666eb1d86050e0f5efa44c848b1a4a (patch)
treee22009882f8a89934862caa23e5282254b97e3e6 /misc/Info.plist
parent0df646e0689b5324c7bdb13205c2a63e42ebe8e8 (diff)
downloadminetest-2dd4f8d3fe666eb1d86050e0f5efa44c848b1a4a.tar.gz
minetest-2dd4f8d3fe666eb1d86050e0f5efa44c848b1a4a.tar.bz2
minetest-2dd4f8d3fe666eb1d86050e0f5efa44c848b1a4a.zip
Settingtypes.txt: Various improvements (#9047)
Diffstat (limited to 'misc/Info.plist')
0 files changed, 0 insertions, 0 deletions
ry(VORBISFILE_LIBRARY NAMES vorbisfile vorbisfile_static) # Handle the QUIETLY and REQUIRED arguments and set VORBIS_FOUND # to TRUE if all listed variables are TRUE. include(FindPackageHandleStandardArgs) find_package_handle_standard_args(VORBIS DEFAULT_MSG OGG_INCLUDE_DIR VORBIS_INCLUDE_DIR OGG_LIBRARY VORBIS_LIBRARY VORBISFILE_LIBRARY) else(NOT GP2XWIZ) find_path(VORBIS_INCLUDE_DIR tremor/ivorbisfile.h) find_library(VORBIS_LIBRARY NAMES vorbis_dec) find_package_handle_standard_args(VORBIS DEFAULT_MSG VORBIS_INCLUDE_DIR VORBIS_LIBRARY) endif(NOT GP2XWIZ) if(VORBIS_FOUND) if(NOT GP2XWIZ) set(VORBIS_LIBRARIES ${VORBISFILE_LIBRARY} ${VORBIS_LIBRARY} ${OGG_LIBRARY}) else(NOT GP2XWIZ) set(VORBIS_LIBRARIES ${VORBIS_LIBRARY}) endif(NOT GP2XWIZ) else(VORBIS_FOUND) set(VORBIS_LIBRARIES) endif(VORBIS_FOUND) mark_as_advanced(OGG_INCLUDE_DIR VORBIS_INCLUDE_DIR)