cmark

My personal build of CMark ✏️

Commit
8b140deb5343bb192e9903c3033e9e23ff7b363b
Parent
d468f85540778735e09fa4e6e7c5a14229f1a9f3
Author
John MacFarlane <jgm@berkeley.edu>
Date

Merge pull request #24 from yangcha/master

Install compiler-provided system runtime libraries.

Diffstat

1 file changed, 1 insertion, 0 deletions

Status File Name N° Changes Insertions Deletions
Modified src/CMakeLists.txt 1 1 0
diff --git a/src/CMakeLists.txt b/src/CMakeLists.txt
@@ -109,6 +109,7 @@ if (MSVC)
     APPEND PROPERTY LINK_FLAGS /INCREMENTAL:NO)
 endif(MSVC)
 
+include (InstallRequiredSystemLibraries)
 install(TARGETS ${PROGRAM} ${LIBRARY}
   RUNTIME DESTINATION bin
   LIBRARY DESTINATION lib