diff options
author | Michele Calgaro <[email protected]> | 2023-05-27 18:38:14 +0900 |
---|---|---|
committer | Michele Calgaro <[email protected]> | 2023-09-21 19:58:56 +0900 |
commit | af121719c99a99fc3444d181777a6177f0d59dba (patch) | |
tree | 786cf8548c92daf560733278701d95d3079b1d2f /ksquirrellibs.pc.cmake | |
parent | 5b8d2d73599f1a06c2106ef71b9774dada86e076 (diff) | |
download | libksquirrel-af121719c99a99fc3444d181777a6177f0d59dba.tar.gz libksquirrel-af121719c99a99fc3444d181777a6177f0d59dba.zip |
Conversion to cmake building system
Signed-off-by: Michele Calgaro <[email protected]>
Signed-off-by: Slávek Banko <[email protected]>
Diffstat (limited to 'ksquirrellibs.pc.cmake')
-rw-r--r-- | ksquirrellibs.pc.cmake | 11 |
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} |