Edit

kc3-lang/md4c/md2html

Branch :

  • Show log

    Commit

  • Author : Lisandro Damián Nicanor Pérez Meyer
    Date : 2019-02-07 15:54:25
    Hash : 5f33d933
    Message : Build md4c as a shared library. (#49) Build md4c as a shared library. - Define the current version in the main CMakeLists.txt, so it can be used within the project. - Define VERSION, SOVERSION and PUBLIC_HEADER as target properties. - Be able to install both libmd4c and md2html. - Create a pkg-config file. Fixes #48