imgui icon indicating copy to clipboard operation
imgui copied to clipboard

Add cmake interface support

Open caseymcc opened this issue 6 years ago • 2 comments

  • When adding a feature, please describe the usage context (how you intend to use it, why you need it, etc.).

Added support for cmake install using library interface. Added to support Hunter package manager, https://github.com/ruslo/hunter. Specifics for imgui are at, https://github.com/ruslo/hunter/pull/1521. Once Hunter's PR is accepted and a release created there will be package documentation at https://docs.hunter.sh/en/latest/packages/pkg/imgui.html.

This PR is not required for Hunter to work as required changes are hosted here https://github.com/hunter-packages/imgui, however it is better when the main line supports it and the changes are not Hunter specific just cmake. Also I can create a PR for a Hunter Badge for imgui's readme if this is something you all want.

caseymcc avatar Aug 20 '18 14:08 caseymcc

Hello @caseymcc and thanks for the PR. See #1713

ocornut avatar Aug 20 '18 14:08 ocornut

Sounds good, ill peek at it once it is accepted and make changes to it if needed.

caseymcc avatar Aug 20 '18 15:08 caseymcc