Skip to content

[CMake] Export the CMark targets #4

New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Merged
merged 1 commit into from
Feb 6, 2017

Conversation

llvm-beanz
Copy link

This creates a CMarkExports.cmake file that exports the cmark library and executable targets. This can be consumed by Swift so that Swift can depend on CMark's targets without needing to specify the absolute paths to libraries.

This creates a CMarkExports.cmake file that exports the cmark library and executable targets. This can be consumed by Swift so that Swift can depend on CMark's targets without needing to specify the absolute paths to libraries.
@llvm-beanz
Copy link
Author

@jrose-apple, @bitjammer,

Either of you have any objection to this change? It will allow us to directly import CMark's targets into Swift's CMake build, which will simplify some of the handling of the CMark library.

@bitjammer
Copy link

Can you take this upstream, please?

llvm-beanz pushed a commit to llvm-beanz/swift that referenced this pull request Feb 6, 2017
@tkremenek
Copy link
Member

Let's take this now here, and look to upstream it.

@bitjammer bitjammer merged commit d875488 into swiftlang:master Feb 6, 2017
llvm-beanz pushed a commit to llvm-beanz/swift that referenced this pull request Feb 7, 2017
llvm-beanz pushed a commit to llvm-beanz/swift that referenced this pull request Feb 8, 2017
franklinsch pushed a commit that referenced this pull request Oct 13, 2021
* Include table alignment when rendering LaTeX
* Include table alignment when rendering man (preserving default centre
  alignment here)
* Trim table cell interiors
* Expand test cases
* Fix escaping behaviour
* Do not use enum for alignment
* Do not collide against stdlib `ispunct`
* Cleanup pipe code
* Don't reparse matched rows
Copy link

@Nader822 Nader822 left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Naader

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

4 participants