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

12 lines
333 B
PkgConfig
Raw Permalink Normal View History

prefix=@CMAKE_INSTALL_PREFIX@
exec_prefix=${prefix}
libdir=${exec_prefix}/@SFML_RELATIVE_INSTALL_LIBDIR@
includedir=${prefix}/include
Name: SFML-system
Description: The Simple and Fast Multimedia Library, system module.
URL: http://www.sfml-dev.org
Version: @PROJECT_VERSION@
Libs: -L${libdir} -lsfml-system
Cflags: -I${includedir}