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

12 lines
325 B
PkgConfig
Raw Normal View History

prefix=@CMAKE_INSTALL_PREFIX@
exec_prefix=${prefix}
libdir=${exec_prefix}/@CMAKE_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}