1
0
mirror of https://github.com/blupi-games/planetblupi-dev synced 2024-12-30 13:55:36 +01:00

Print the versions on configure

This commit is contained in:
Mathieu Schroeter 2018-08-15 18:16:43 +02:00
parent cef50dca21
commit 70e15278db

View File

@ -138,52 +138,52 @@ endif ()
message (STATUS "Build projects for ${PLATFORM}") message (STATUS "Build projects for ${PLATFORM}")
if (HAS_ZLIB) if (HAS_ZLIB)
message (STATUS " * zlib") message (STATUS " * zlib (${ZLIB_VER})")
endif () endif ()
if (HAS_GETTEXT) if (HAS_GETTEXT)
message (STATUS " * gettext") message (STATUS " * gettext (${GETTEXT_VER})")
endif () endif ()
if (HAS_ARGAGG) if (HAS_ARGAGG)
message (STATUS " * argagg") message (STATUS " * argagg (${ARGAGG_VER})")
endif () endif ()
if (HAS_CURL) if (HAS_CURL)
message (STATUS " * libcurl") message (STATUS " * libcurl (${CURL_VER})")
endif () endif ()
if (HAS_ICONV) if (HAS_ICONV)
message (STATUS " * libiconv") message (STATUS " * libiconv (${ICONV_VER})")
endif () endif ()
if (HAS_PNG) if (HAS_PNG)
message (STATUS " * libpng") message (STATUS " * libpng (${PNG_VER})")
endif () endif ()
if (HAS_FFMPEG) if (HAS_FFMPEG)
message (STATUS " * FFmpeg") message (STATUS " * FFmpeg (${FFMPEG_VER})")
endif () endif ()
if (HAS_SDL) if (HAS_SDL)
message (STATUS " * SDL2") message (STATUS " * SDL2 (${SDL_VER})")
endif () endif ()
if (HAS_SDLIMAGE) if (HAS_SDLIMAGE)
message (STATUS " * SDL2_image") message (STATUS " * SDL2_image (${SDLIMAGE_VER})")
endif () endif ()
if (HAS_SDLMIXER) if (HAS_SDLMIXER)
message (STATUS " * SDL2_mixer") message (STATUS " * SDL2_mixer (${SDLMIXER_VER})")
endif () endif ()
if (HAS_KITCHENSINK) if (HAS_KITCHENSINK)
message (STATUS " * SDL_kitchensink") message (STATUS " * SDL_kitchensink")
endif () endif ()
if (HAS_ALSA) if (HAS_ALSA)
message (STATUS " * libasound") message (STATUS " * libasound (${ALSA_VER})")
endif () endif ()
if (HAS_SNDFILE) if (HAS_SNDFILE)
message (STATUS " * libsndfile") message (STATUS " * libsndfile (${SNDFILE_VER})")
endif () endif ()
if (HAS_PULSEAUDIO) if (HAS_PULSEAUDIO)
message (STATUS " * libpulse") message (STATUS " * libpulse (${PULSEAUDIO_VER})")
endif () endif ()
if (HAS_OGG) if (HAS_OGG)
message (STATUS " * libogg") message (STATUS " * libogg (${OGG_VER})")
endif () endif ()
if (HAS_VORBIS) if (HAS_VORBIS)
message (STATUS " * libvorbis") message (STATUS " * libvorbis (${VORBIS_VER})")
endif () endif ()
set (planetblupi_DEPS) set (planetblupi_DEPS)