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:
parent
cef50dca21
commit
70e15278db
@ -138,52 +138,52 @@ endif ()
|
||||
|
||||
message (STATUS "Build projects for ${PLATFORM}")
|
||||
if (HAS_ZLIB)
|
||||
message (STATUS " * zlib")
|
||||
message (STATUS " * zlib (${ZLIB_VER})")
|
||||
endif ()
|
||||
if (HAS_GETTEXT)
|
||||
message (STATUS " * gettext")
|
||||
message (STATUS " * gettext (${GETTEXT_VER})")
|
||||
endif ()
|
||||
if (HAS_ARGAGG)
|
||||
message (STATUS " * argagg")
|
||||
message (STATUS " * argagg (${ARGAGG_VER})")
|
||||
endif ()
|
||||
if (HAS_CURL)
|
||||
message (STATUS " * libcurl")
|
||||
message (STATUS " * libcurl (${CURL_VER})")
|
||||
endif ()
|
||||
if (HAS_ICONV)
|
||||
message (STATUS " * libiconv")
|
||||
message (STATUS " * libiconv (${ICONV_VER})")
|
||||
endif ()
|
||||
if (HAS_PNG)
|
||||
message (STATUS " * libpng")
|
||||
message (STATUS " * libpng (${PNG_VER})")
|
||||
endif ()
|
||||
if (HAS_FFMPEG)
|
||||
message (STATUS " * FFmpeg")
|
||||
message (STATUS " * FFmpeg (${FFMPEG_VER})")
|
||||
endif ()
|
||||
if (HAS_SDL)
|
||||
message (STATUS " * SDL2")
|
||||
message (STATUS " * SDL2 (${SDL_VER})")
|
||||
endif ()
|
||||
if (HAS_SDLIMAGE)
|
||||
message (STATUS " * SDL2_image")
|
||||
message (STATUS " * SDL2_image (${SDLIMAGE_VER})")
|
||||
endif ()
|
||||
if (HAS_SDLMIXER)
|
||||
message (STATUS " * SDL2_mixer")
|
||||
message (STATUS " * SDL2_mixer (${SDLMIXER_VER})")
|
||||
endif ()
|
||||
if (HAS_KITCHENSINK)
|
||||
message (STATUS " * SDL_kitchensink")
|
||||
endif ()
|
||||
if (HAS_ALSA)
|
||||
message (STATUS " * libasound")
|
||||
message (STATUS " * libasound (${ALSA_VER})")
|
||||
endif ()
|
||||
if (HAS_SNDFILE)
|
||||
message (STATUS " * libsndfile")
|
||||
message (STATUS " * libsndfile (${SNDFILE_VER})")
|
||||
endif ()
|
||||
if (HAS_PULSEAUDIO)
|
||||
message (STATUS " * libpulse")
|
||||
message (STATUS " * libpulse (${PULSEAUDIO_VER})")
|
||||
endif ()
|
||||
if (HAS_OGG)
|
||||
message (STATUS " * libogg")
|
||||
message (STATUS " * libogg (${OGG_VER})")
|
||||
endif ()
|
||||
if (HAS_VORBIS)
|
||||
message (STATUS " * libvorbis")
|
||||
message (STATUS " * libvorbis (${VORBIS_VER})")
|
||||
endif ()
|
||||
|
||||
set (planetblupi_DEPS)
|
||||
|
Loading…
x
Reference in New Issue
Block a user