https://github.com/ntamas/plfit
Revision 6aff30e9b45f30fd636eeb34a5997c1360aafd11 authored by Tamas Nepusz on 04 January 2022, 10:07:01 UTC, committed by Tamas Nepusz on 04 January 2022, 10:09:51 UTC
1 parent 0271ac7
Raw File
Tip revision: 6aff30e9b45f30fd636eeb34a5997c1360aafd11 authored by Tamas Nepusz on 04 January 2022, 10:07:01 UTC
ci: added Travis configuration file for some exotic architectures
Tip revision: 6aff30e
libplfit.pc.in
prefix=@CMAKE_INSTALL_PREFIX@
exec_prefix=@CMAKE_INSTALL_PREFIX@
libdir=${exec_prefix}/@CMAKE_INSTALL_LIBDIR@
includedir=${prefix}/@CMAKE_INSTALL_INCLUDEDIR@

Name: libplfit
Description: @PROJECT_DESCRIPTION@
Version: @PROJECT_VERSION@
URL: @PROJECT_HOMEPAGE_URL@
Libs: -L${libdir} -lplfit
Libs.private: @PKGCONFIG_LIBS_PRIVATE@
Cflags: -I${includedir}/plfit
back to top