Files
discount/cmake
Konstantin Podsvirov 5cf4b6c12c Add CMake install rules
CMake options:

* DISCOUNT_MAKE_INSTALL - Set to OFF to disable install rules (default is ON);
* DISCOUNT_INSTALL_SAMPLES - Set to ON to install sample programs (default is OFF).

Export `discount` package with targets:

* discount::libmarkdown;
* discount::markdown;
* discount::mkd2html (optional);
* discount::makepage (optional).

Usage from CMake project:

  find_package(discount)
  add_executable(program main.c)
  target_link_libraries(program discount::libmarkdown)
2017-12-10 07:10:55 +03:00
..
2017-12-10 07:10:55 +03:00
2017-12-08 21:14:55 +03:00