SFML/tools/pkg-config/sfml-all.pc.in
2024-05-13 21:07:03 -06:00

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