summaryrefslogtreecommitdiffstats
path: root/ksquirrellibs.pc.cmake
diff options
context:
space:
mode:
Diffstat (limited to 'ksquirrellibs.pc.cmake')
-rw-r--r--ksquirrellibs.pc.cmake11
1 files changed, 11 insertions, 0 deletions
diff --git a/ksquirrellibs.pc.cmake b/ksquirrellibs.pc.cmake
new file mode 100644
index 0000000..8853405
--- /dev/null
+++ b/ksquirrellibs.pc.cmake
@@ -0,0 +1,11 @@
+prefix=@CMAKE_INSTALL_PREFIX@
+exec_prefix=@PC_EXEC_PREFIX@
+libdir=@PC_LIB_DIR@
+includedir=@PC_INCLUDE_DIR@
+version=@LIBKSQUIRREL_VERSION_STRING@
+
+Name: ksquirrellibs
+Description: Image codecs for KSquirrel
+Version: @LIBKSQUIRREL_VERSION_STRING@
+Libs: -L${libdir} -lksquirrel-libs
+Cflags: -I${includedir} -DSQ_KLIBS=${libdir}/ksquirrel-libs -DSQ_KL_VER=${version}