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