1. Home
  2. Browse
  3. libupnp

libupnp

v1.14.25#0Go to latest

libupnp: Build UPnP-compliant control points, devices, and bridges on several operating systems.

Install

Run the following Vcpkg command to install the port.

vcpkg install libupnp

Usage

libupnp provides pkg-config modules:

# Linux SDK for UPnP Devices

libupnp

libupnp provides CMake targets:

find_package(UPNP CONFIG REQUIRED)

target_link_libraries(main PRIVATE UPNP::Shared)

-- or --

target_link_libraries(main PRIVATE UPNP::Static)

libixml provides CMake targets:

find_package(IXML CONFIG REQUIRED)

target_link_libraries(main PRIVATE IXML::Shared)

-- or --

target_link_libraries(main PRIVATE IXML::Static)

Features

Dependencies

See source

Version

v1.14.25#0

Publication

Supports

!uwp

GitHub

pupnp/pupnp

Homepage

github.com/pupnp/pupnp

Documentation

github.com/pupnp/pupnp

Subtree

c39217bc52

License

BSD-3-Clause

Definition

Manifest