[prev in list] [next in list] [prev in thread] [next in thread] 

List:       kde-buildsystem
Subject:    Review of File to be Added to kdelibs/cmake/modules
From:       Paulo_Rômulo <paulo.romulo () kdemail ! net>
Date:       2010-08-26 14:50:26
Message-ID: AANLkTinQ7pUvTmeMCTQEQV-Kz6-jfeVhLuowQkR=86K1 () mail ! gmail ! com
[Download RAW message or body]

[Attachment #2 (multipart/alternative)]


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=F4mulo Alves Barros
MSc. Candidate in Computer Science
Embedded Systems and Pervasive Computing Lab
http://embedded.ufcg.edu.br/indexen.html

[Attachment #5 (text/html)]

<div class="gmail_quote">Hello.<div><br></div><div>I&#39;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?</div>


<div><br></div><div>Regards,<br clear="all">--<br>Paulo Rômulo Alves Barros<br>MSc. \
Candidate in Computer Science<br>Embedded Systems and Pervasive Computing Lab<br><a \
href="http://embedded.ufcg.edu.br/indexen.html" \
target="_blank">http://embedded.ufcg.edu.br/indexen.html</a><br>


<br>
</div>
</div><br>

--0015174c414e917df4048ebb1fa1--


["FindHUpnp.cmake" (text/x-cmake)]

# - 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 <paulo.romulo@kdemail.net>

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
Kde-buildsystem@kde.org
https://mail.kde.org/mailman/listinfo/kde-buildsystem


[prev in list] [next in list] [prev in thread] [next in thread] 

Configure | About | News | Add a list | Sponsored by KoreLogic