summaryrefslogtreecommitdiff
path: root/src/CMakeLists.txt
AgeCommit message (Expand)Author
2020-09-02add support for groff mom filterKatolaZ
2020-01-24build: substitute the path into the generate filesSaleem Abdulrasool
2020-01-11Fix CMake generator expression checking for MSVCNick Wellnhofer
2020-01-05Move C_VISIBILITY_PRESET back to src/CMakeLists.txt.John MacFarlane
2020-01-02build: add exports targets for build tree usageSaleem Abdulrasool
2020-01-02build: use target properties for include pathsSaleem Abdulrasool
2020-01-02build: reduce property computation in CMakeSaleem Abdulrasool
2020-01-02build: use `CMAKE_INCLUDE_CURRENT_DIRECTORY`Saleem Abdulrasool
2020-01-02build: only include GNUInstallDirs onceSaleem Abdulrasool
2019-12-22build: cleanup CMake (#319)Saleem Abdulrasool
2019-04-23Link executable with static or shared libraryNick Wellnhofer
2019-03-18Remove deprecated call to add_compiler_export_flags()Jonathan Müller
2018-09-05build: only attempt to install MSVC system libraries on WindowsSaleem Abdulrasool
2017-11-14Generate export header for static-only buildNick Wellnhofer
2017-10-19Include GNUInstallDirs in src/CMakeLists.txtNick Wellnhofer
2017-10-12Fixed regression in install dest for static library.John MacFarlane
2017-10-10Don't use CMAKE_INSTALL_LIBDIR to create libcmark.pc.John MacFarlane
2017-06-27Add Makefile target and harness to fuzz with libFuzzerPhil Turnbull
2017-01-06Make shared and static libraries optionalAzamat H. Hackimov
2017-01-06Added support for built-in ${LIB_SUFFIX} featureAzamat H. Hackimov
2017-01-03Revert "More sourcepos! (#169)"John MacFarlane
2016-12-20More sourcepos! (#169)Mathieu Duponchelle
2016-11-24Remove redundant cmake_minimum_required.John MacFarlane
2016-11-19Use VERSION_GREATER to clean up cmake version test.John MacFarlane
2016-11-19Put set_policy under cmake version test.John MacFarlane
2016-11-18Set policy for CMP0063 to avoid a warning.John MacFarlane
2016-11-09Fix CMAKE_C_VISIBILITY_PRESET for cmake versions greater than 1.8 (e.g. 3.6.2...Hugh Bellamy
2016-06-27Change export install locationJonathan Müller
2016-06-27Export the targets on installationJonathan Müller
2016-03-12Compile in plain C mode with MSVC 12.0 or newerNick Wellnhofer
2015-12-28Make LIB_INSTALL_DIR configurable.John MacFarlane
2015-12-24Removed obsolete TIMER macro.John MacFarlane
2015-12-19Removed bench.h and timing calls in main.cJohn MacFarlane
2015-12-04Install static library.John MacFarlane
2015-08-10Remove need to disable MSVC warning 4267Kevin Wojniak
2015-08-10Remove need to disable MSVC warning 4244Kevin Wojniak
2015-08-10Remove need to disable MSVC warning 4244Kevin Wojniak
2015-08-10Remove need to disable MSVC warning 4800Kevin Wojniak
2015-08-09Avoid name clash between Windows .pdb filesNick Wellnhofer
2015-07-25Removed cmark_strbuf_printf and cmark_strbuf_vprintf.John MacFarlane
2015-07-15Set POSITION_INDEPENDENT_CODE ON for static library.John MacFarlane
2015-07-11Factored out common bits of rendering into separate render module.John MacFarlane
2015-07-11Removed dependence on debug.h.John MacFarlane
2015-07-05Added LaTeX renderer.John MacFarlane
2015-06-17Renamed entities.h -> entities.inc.John MacFarlane
2015-06-16Replace gperf-based entity lookup with binary tree lookup.John MacFarlane
2015-05-31Merge pull request #45 from nwellnhof/windows_snprintfJohn MacFarlane
2015-05-31Removed -pg from Debug build flags.John MacFarlane
2015-05-29Cope with broken snprintf on WindowsNick Wellnhofer
2015-05-29Revert "Ubsan: add -fsanitize=undefined to link flags too."John MacFarlane