You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
12 lines
363 B
12 lines
363 B
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}
|