https://github.com/Kitware/CMake
Revision 67102d3252f744987762ae19c4bfffeb11cdd46e authored by Kyle Edwards on 07 February 2020, 19:18:54 UTC, committed by Kyle Edwards on 07 February 2020, 19:18:54 UTC
And give other generators a path forward to add support in the future.
1 parent ad17c37
Raw File
Tip revision: 67102d3252f744987762ae19c4bfffeb11cdd46e authored by Kyle Edwards on 07 February 2020, 19:18:54 UTC
Ninja Multi-Config: Add support for DEPFILE option in add_custom_command()
Tip revision: 67102d3
.hooks-config
# Distributed under the OSI-approved BSD 3-Clause License.  See accompanying
# file Copyright.txt or https://cmake.org/licensing for details.

# Loaded by .git/hooks/(pre-commit|commit-msg|prepare-commit-msg)
# during git commit after local hooks have been installed.

[hooks "chain"]
	pre-commit = Utilities/Git/pre-commit
	commit-msg = Utilities/Git/commit-msg
	prepare-commit-msg = Utilities/Git/prepare-commit-msg
back to top