]> git.ipfire.org Git - thirdparty/git.git/commit
cmake: set up proper dependencies for generated clar headers
authorPatrick Steinhardt <ps@pks.im>
Mon, 21 Oct 2024 10:56:44 +0000 (12:56 +0200)
committerTaylor Blau <me@ttaylorr.com>
Mon, 21 Oct 2024 20:53:07 +0000 (16:53 -0400)
commit30bf9f0aaa9acc0712210fe5908a13234f1efd45
tree477bab465673fdf86e1b9204b5a35023123d583b
parenta4f8a59ddc2718cc2d87f076289fbbef4485f65f
cmake: set up proper dependencies for generated clar headers

The auto-generated headers used by clar are written at configure time
and thus do not get regenerated automatically. Refactor the build
recipes such that we use custom commands instead, which also has the
benefit that we can reuse the same infrastructure as our Makefile.

Signed-off-by: Patrick Steinhardt <ps@pks.im>
Signed-off-by: Taylor Blau <me@ttaylorr.com>
contrib/buildsystems/CMakeLists.txt