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

Ninja generator pr #1

Open
wants to merge 5 commits into
base: ninja-generator-pr
Choose a base branch
from

Conversation

drone2537
Copy link

Hi Peter,

I really like the Ninja generator. This pull request adds color output (ANSI color escape sequences) to the rules.ninja file when CMAKE_COLOR_NINJA is ON. This mirrors how CMAKE_COLOR_MAKEFILES works. It assigns colors to distinct rule names on a round-robin basis in the order AddRule() is called during configuration. See http://en.wikipedia.org/wiki/ANSI_escape_code for a description of the escape sequences.

David

pcc and others added 5 commits January 2, 2012 23:05
Causes compiler modules (currently only GNU) to set a
CMAKE_DEPFILE_FLAGS_${lang} variable, which communicates to
the generator the flags required to cause the compiler to create
dependency files.
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.

2 participants