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

13 lines
358 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-network
Description: The Simple and Fast Multimedia Library, network module.
URL: http://www.sfml-dev.org
Version: @PROJECT_VERSION@
Requires: sfml-system
Libs: -L${libdir} -lsfml-network
Cflags: -I${includedir}