Hello.
I'm intending to add the attached file to kdelibs/cmake/modules in order to
conditionally build the Solid UPnP backend. This file tries to find the
HUPnP library on the system. Is everything ok with that? Can I commit?
Regards,
--
Paulo Rômulo Alves Barros
MSc. Candidate in Computer Science
Embedded Systems and Pervasive Computing Lab
http://embedded.ufcg.edu.br/indexen.html
# - Try to find HUPnP library
# Once done this will define
#
# HUPNP_FOUND - system has HUPnP
# HUPNP_INCLUDE_DIR - the LIBHUpnp include directory
# HUPNP_LIBS - the LIBHUpnp libraries
#
# Copyright (c) 2010, Paulo Romulo Alves Barros <[email protected]>
find_path( HUPNP_INCLUDE_DIR HUpnp )
find_library( HUPNP_LIBS HUpnp )
include( FindPackageHandleStandardArgs )
find_package_handle_standard_args( HUpnp "Could not find HUPnP - Needed to build Solid UPnP backend." HUPNP_INCLUDE_DIR HUPNP_LIBS )
mark_as_advanced( HUPNP_INCLUDE_DIR HUPNP_LIBS )
_______________________________________________
Kde-buildsystem mailing list
[email protected]
https://mail.kde.org/mailman/listinfo/kde-buildsystem