zynaddsubfx

ZynAddSubFX open source synthesizer
Log | Files | Refs | Submodules | LICENSE

commit 80aa7435f120b8eca0157d725ec98e5e1813c736
parent 5a61d2043f4738a200fd3273adc568fae246fa21
Author: fundamental <mark.d.mccurry@gmail.com>
Date:   Sat,  7 Nov 2015 09:54:43 -0500

CMake: More Explicitly State Found/Enabled Config

Diffstat:
Msrc/CMakeLists.txt | 31+++++++++++++++++++++++--------
1 file changed, 23 insertions(+), 8 deletions(-)

diff --git a/src/CMakeLists.txt b/src/CMakeLists.txt @@ -451,17 +451,32 @@ package_status(PKG_CONFIG_FOUND "PkgConfig" "found" ${Red}) package_status(ZLIB_FOUND "zlib " "found" ${Red}) package_status(MXML_FOUND "mxml " "found" ${Red}) package_status(FFTW_FOUND "fftw3 " "found" ${Red}) -package_status(OssEnable "OSS " "enabled" ${Yellow}) +package_status(LIBLO_FOUND "liblo " "found" ${Red}) +package_status(X11_FOUND "x11 " "found" ${Yellow}) +package_status(HAS_XPM "xpm " "found" ${Yellow}) +package_status(FLTK_FOUND "fltk " "found" ${Yellow}) +package_status(NTK_FOUND "ntk " "found" ${Yellow}) +package_status(X11_FOUND "x11 " "found" ${Yellow}) +package_status(OSS_FOUND "OSS " "found" ${Yellow}) +package_status(ALSA_FOUND "ALSA " "found" ${Yellow}) +package_status(JACK_FOUND "JACK " "found" ${Yellow}) +package_status(PORTAUDIO_FOUND "PA " "found" ${Yellow}) +package_status(LASH_FOUND "Lash " "found" ${Yellow}) +package_status(DSSI_FOUND "DSSI " "found" ${Yellow}) +package_status(FLTK_FOUND "fltk " "found" ${Yellow}) +package_status(NTK_FOUND "ntk " "found" ${Yellow}) +package_status(X11_FOUND "x11 " "found" ${Yellow}) +package_status(CXXTEST_FOUND "CxxTest " "found" ${Yellow}) +package_status(LashEnable "Lash " "enabled" ${Yellow}) +package_status(DssiEnable "DSSI " "enabled" ${Yellow}) +package_status(LibloEnable "liblo " "enabled" ${Red}) +package_status(CompileTests "tests " "enabled" ${Yellow}) package_status(AlsaEnable "ALSA " "enabled" ${Yellow}) package_status(JackEnable "JACK " "enabled" ${Yellow}) +package_status(OssEnable "OSS " "enabled" ${Yellow}) package_status(PaEnable "PA " "enabled" ${Yellow}) -package_status(CXXTEST_FOUND "CxxTest " "found" ${Yellow}) #TODO GUI MODULE -package_status(LASH_FOUND "Lash " "enabled" ${Yellow}) -package_status(DSSI_FOUND "DSSI " "enabled" ${Yellow}) -package_status(LIBLO_FOUND "liblo " "enabled" ${Red}) -package_status(FLTK_FOUND "fltk " "found" ${Yellow}) -package_status(NTK_FOUND "ntk " "found" ${Yellow}) -package_status(X11_FOUND "x11 " "found" ${Yellow}) package_status(HAVE_ASYNC "c++ async" "usable" ${Yellow}) + + message(STATUS "Link libraries: ${ZLIB_LIBRARY} ${FFTW_LIBRARY} ${MXML_LIBRARIES} ${AUDIO_LIBRARIES} ${OS_LIBRARIES}")