mirror of
https://github.com/SFML/SFML.git
synced 2024-11-24 20:31:05 +08:00
11 lines
348 B
PkgConfig
11 lines
348 B
PkgConfig
prefix=@CMAKE_INSTALL_PREFIX@
|
|
exec_prefix=${prefix}
|
|
libdir=${exec_prefix}/@SFML_RELATIVE_INSTALL_LIBDIR@
|
|
includedir=${prefix}/include
|
|
|
|
Name: SFML-all
|
|
Description: The Simple and Fast Multimedia Library, all modules.
|
|
URL: http://www.sfml-dev.org
|
|
Version: @PROJECT_VERSION@
|
|
Requires: sfml-system, sfml-window, sfml-graphics, sfml-audio, sfml-network
|