forked from swiftlang/swift-cmark
-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Merge pull request swiftlang#14 from compnerd/merge-2020-01-03
2020/01/03 Merge
- Loading branch information
Showing
12 changed files
with
3,574 additions
and
3,575 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1 @@ | ||
github: [jgm] |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,10 +1,4 @@ | ||
if (NOT MSVC) | ||
|
||
include(GNUInstallDirs) | ||
|
||
install(FILES ${CMAKE_CURRENT_SOURCE_DIR}/man1/cmark.1 | ||
DESTINATION ${CMAKE_INSTALL_MANDIR}/man1) | ||
|
||
install(FILES ${CMAKE_CURRENT_SOURCE_DIR}/man3/cmark.3 | ||
DESTINATION ${CMAKE_INSTALL_MANDIR}/man3) | ||
endif(NOT MSVC) | ||
install(FILES ${CMAKE_CURRENT_SOURCE_DIR}/man1/cmark.1 | ||
DESTINATION ${CMAKE_INSTALL_MANDIR}/man1) | ||
install(FILES ${CMAKE_CURRENT_SOURCE_DIR}/man3/cmark.3 | ||
DESTINATION ${CMAKE_INSTALL_MANDIR}/man3) |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,7 @@ | ||
set(HAVE_LIBCMARK_STATIC @CMARK_STATIC@) | ||
set(HAVE_LIBCMARK_SHARED @CMARK_SHARED@) | ||
|
||
if((HAVE_LIBCMARK_STATIC AND NOT TARGET libcmark_static) OR | ||
(HAVE_LIBCMARK_SHARED AND NOT TARGET libcmark)) | ||
include(cmarkTargets.cmake) | ||
endif() |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Oops, something went wrong.