2012-01-11 05:08:20 +08:00
|
|
|
prefix=@CMAKE_INSTALL_PREFIX@
|
|
|
|
exec_prefix=${prefix}
|
2023-12-13 02:09:39 +08:00
|
|
|
libdir=${exec_prefix}/@SFML_RELATIVE_INSTALL_LIBDIR@
|
2012-01-11 05:08:20 +08:00
|
|
|
includedir=${prefix}/include
|
|
|
|
|
|
|
|
Name: SFML-graphics
|
|
|
|
Description: The Simple and Fast Multimedia Library, graphics module.
|
|
|
|
URL: http://www.sfml-dev.org
|
2022-01-20 13:46:10 +08:00
|
|
|
Version: @PROJECT_VERSION@
|
2012-08-03 00:05:27 +08:00
|
|
|
Requires: sfml-window
|
2016-12-20 05:16:07 +08:00
|
|
|
Requires.private: sfml-system, freetype2
|
2012-01-11 05:08:20 +08:00
|
|
|
Libs: -L${libdir} -lsfml-graphics
|
2017-09-08 15:38:51 +08:00
|
|
|
# gl may not be in pkg-config
|
|
|
|
Libs.private: @OPENGL_gl_LIBRARY@ @OPENGL_glu_LIBRARY@
|
2012-01-11 05:08:20 +08:00
|
|
|
Cflags: -I${includedir}
|