SFML/tools/pkg-config/sfml-all.pc.in

11 lines
348 B
PkgConfig
Raw Normal View History

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