1. Home
  2. Browse
  3. libxmp

libxmp

v2023-04-13#0Go to latest

Libxmp is a library that renders module files to PCM data.

Install

Run the following Vcpkg command to install the port.

vcpkg install libxmp

Usage

libxmp provides CMake targets:

find_package(libxmp CONFIG REQUIRED)
target_link_libraries(main PRIVATE $<IF:$<TARGET_EXISTS:libxmp::xmp_shared>,libxmp::xmp_shared,libxmp::xmp_static>)

Features

Dependencies

See source

Version

v2023-04-13#0

Publication

Supports

All

GitHub

libxmp/libxmp318

Homepage

sourceforge.net/projects/xmp

Subtree

d4acc3c3f2

License

LGPL-2.1-or-later

Definition

Manifest