Edit

kc3-lang/md4c/src/md4c.pc.in

Branch :

  • Show log

    Commit

  • Author : Martin Mitas
    Date : 2019-08-09 09:50:24
    Hash : 7f2d880f
    Message : Refactor dir structure. We place all the sources in the single directory in order to not having many dirs with too few sources.

  • src/md4c.pc.in
  • prefix=@CMAKE_INSTALL_PREFIX@
    exec_prefix=@CMAKE_INSTALL_PREFIX@
    libdir=${exec_prefix}/@CMAKE_INSTALL_LIBDIR@
    includedir=${prefix}/@CMAKE_INSTALL_INCLUDEDIR@
    
    Name: @PROJECT_NAME@
    Description: Markdown parser library with a SAX-like callback-based interface.
    Version: @PROJECT_VERSION@
    URL: @PROJECT_URL@
    
    Requires:
    Libs: -L${libdir} -lmd4c
    Cflags: -I${includedir}