mirror of
https://github.com/SFML/SFML.git
synced 2024-11-25 04:41:05 +08:00
13 lines
376 B
PkgConfig
13 lines
376 B
PkgConfig
prefix=@CMAKE_INSTALL_PREFIX@
|
|
exec_prefix=${prefix}
|
|
libdir=${exec_prefix}/lib@LIB_SUFFIX@
|
|
includedir=${prefix}/include
|
|
|
|
Name: SFML-graphics
|
|
Description: The Simple and Fast Multimedia Library, graphics module.
|
|
URL: http://www.sfml-dev.org
|
|
Version: @VERSION_MAJOR@.@VERSION_MINOR@.@VERSION_PATCH@
|
|
Requires: sfml-window
|
|
Libs: -L${libdir} -lsfml-graphics
|
|
Cflags: -I${includedir}
|