mirror of
https://github.com/SFML/SFML.git
synced 2024-11-25 04:41:05 +08:00
16 lines
487 B
PkgConfig
16 lines
487 B
PkgConfig
prefix=@CMAKE_INSTALL_PREFIX@
|
|
exec_prefix=${prefix}
|
|
libdir=${exec_prefix}/@SFML_RELATIVE_INSTALL_LIBDIR@
|
|
includedir=${prefix}/include
|
|
|
|
Name: SFML-graphics
|
|
Description: The Simple and Fast Multimedia Library, graphics module.
|
|
URL: http://www.sfml-dev.org
|
|
Version: @PROJECT_VERSION@
|
|
Requires: sfml-window
|
|
Requires.private: sfml-system, freetype2
|
|
Libs: -L${libdir} -lsfml-graphics
|
|
# gl may not be in pkg-config
|
|
Libs.private: @OPENGL_gl_LIBRARY@ @OPENGL_glu_LIBRARY@
|
|
Cflags: -I${includedir}
|