mirror of
https://github.com/brechtsanders/xlsxio
synced 2025-03-28 21:13:24 +00:00
14 lines
309 B
PkgConfig
14 lines
309 B
PkgConfig
![]() |
prefix=@CMAKE_INSTALL_PREFIX@
|
||
|
exec_prefix=${prefix}
|
||
|
libdir=${exec_prefix}/lib
|
||
|
includedir=${prefix}/include
|
||
|
|
||
|
Name: @XLSXIO_NAME@
|
||
|
Version: @XLSXIO_VER@
|
||
|
Description: @XLSXIO_DESC@
|
||
|
URL: https://github.com/brechtsanders/xlsxio
|
||
|
#Requires:
|
||
|
Cflags: -I${includedir}
|
||
|
Libs: -L${libdir} @XLSXIO_LDFLAGS@
|
||
|
#Libs.private:
|