]> git.ipfire.org Git - thirdparty/git.git/commit
cmake: handle also unit tests
authorJohannes Schindelin <johannes.schindelin@gmx.de>
Mon, 25 Sep 2023 11:20:36 +0000 (11:20 +0000)
committerJunio C Hamano <gitster@pobox.com>
Thu, 9 Nov 2023 23:16:27 +0000 (08:16 +0900)
commit694e89baeb824a173b655507b7b62174d2d15688
tree2654f8ca8329a1cdb7fa8d2c3fc40f7fe85c8990
parent2f2729f3a4626838fce294a0cec4e525c5f4be39
cmake: handle also unit tests

The unit tests should also be available e.g. in Visual Studio's Test
Explorer when configuring Git's source code via CMake.

Suggested-by: Phillip Wood <phillip.wood@dunelm.org.uk>
Signed-off-by: Johannes Schindelin <johannes.schindelin@gmx.de>
Signed-off-by: Junio C Hamano <gitster@pobox.com>
contrib/buildsystems/CMakeLists.txt