mirror of
https://github.com/SFML/SFML.git
synced 2024-11-25 04:41:05 +08:00
16 lines
477 B
PkgConfig
16 lines
477 B
PkgConfig
prefix=@CMAKE_INSTALL_PREFIX@
|
|
exec_prefix=${prefix}
|
|
libdir=${exec_prefix}/@CMAKE_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: openal, vorbisenc, vorbisfile, vorbis, ogg, flac
|
|
Libs: -L${libdir} -lsfml-audio
|
|
# openal may be a system framework
|
|
Libs.private: @OPENAL_LIBRARY@
|
|
Cflags: -I${includedir}
|