15 lines
432 B
PkgConfig
15 lines
432 B
PkgConfig
prefix=@CMAKE_INSTALL_PREFIX@
|
|
exec_prefix=${prefix}
|
|
libdir=${exec_prefix}/@CMAKE_INSTALL_LIBDIR@
|
|
includedir=${prefix}/include
|
|
|
|
Name: SFML-window
|
|
Description: The Simple and Fast Multimedia Library, window module.
|
|
URL: http://www.sfml-dev.org
|
|
Version: @PROJECT_VERSION@
|
|
Requires: sfml-system
|
|
Libs: -L${libdir} -lsfml-window
|
|
# gl may not be in pkg-config
|
|
Libs.private: @OPENGL_gl_LIBRARY@ @OPENGL_glu_LIBRARY@
|
|
Cflags: -I${includedir}
|