mirror of
https://github.com/SFML/SFML.git
synced 2024-11-24 20:31:05 +08:00
14 lines
411 B
PkgConfig
14 lines
411 B
PkgConfig
prefix=@CMAKE_INSTALL_PREFIX@
|
|
exec_prefix=${prefix}
|
|
libdir=${exec_prefix}/@SFML_RELATIVE_INSTALL_LIBDIR@
|
|
includedir=${prefix}/include
|
|
|
|
Name: SFML-audio
|
|
Description: The Simple and Fast Multimedia Library, audio module.
|
|
URL: http://www.sfml-dev.org
|
|
Version: @PROJECT_VERSION@
|
|
Requires: sfml-system
|
|
Requires.private: vorbisenc, vorbisfile, vorbis, ogg, flac
|
|
Libs: -L${libdir} -lsfml-audio
|
|
Cflags: -I${includedir}
|