Skip to content
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

[POC] cmake: Rework compile/link flags summary -- an alternative implemenation #218

Closed
wants to merge 2 commits into from

Conversation

hebasto
Copy link
Owner

@hebasto hebasto commented May 31, 2024

This PR is an alternative implementation of #93 and an attempt to address concerns regarding the summary accuracy and code maintainability.

The proposed approach guarantees 100% summary accuracy, including all known and future CMake abstractions.

However, the code still relies on CMake generators implementation details. This branch currently has implementations for the following generators:

  • "Unix Makefiles"
  • "Ninja"
  • "Ninja Multi-Config"

The idea of such an approach was discussed during the call on 2024-05-30.

@hebasto
Copy link
Owner Author

hebasto commented Jun 5, 2024

Rebased.

@hebasto hebasto added the enhancement New feature or request label Jun 5, 2024
@hebasto hebasto closed this Jun 8, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
enhancement New feature or request
Projects
None yet
Development

Successfully merging this pull request may close these issues.

1 participant