summaryrefslogtreecommitdiff
path: root/tools/pkg-config/sfml-window.pc.in
diff options
context:
space:
mode:
Diffstat (limited to 'tools/pkg-config/sfml-window.pc.in')
-rw-r--r--tools/pkg-config/sfml-window.pc.in12
1 files changed, 12 insertions, 0 deletions
diff --git a/tools/pkg-config/sfml-window.pc.in b/tools/pkg-config/sfml-window.pc.in
new file mode 100644
index 0000000..b0266e6
--- /dev/null
+++ b/tools/pkg-config/sfml-window.pc.in
@@ -0,0 +1,12 @@
+prefix=@CMAKE_INSTALL_PREFIX@
+exec_prefix=${prefix}
+libdir=${exec_prefix}/lib@LIB_SUFFIX@
+includedir=${prefix}/include
+
+Name: SFML-window
+Description: The Simple and Fast Multimedia Library, window module.
+URL: http://www.sfml-dev.org
+Version: @VERSION_MAJOR@.@VERSION_MINOR@.@VERSION_PATCH@
+Requires: sfml-system
+Libs: -L${libdir} -lsfml-window
+Cflags: -I${includedir}