cmake: fix build of `t-oidtree`
commit872721538c2612bd330f09423e465035882c4168
authorJohannes Schindelin <johannes.schindelin@gmx.de>
Fri, 12 Jul 2024 20:34:10 +0000 (12 20:34 +0000)
committerJunio C Hamano <gitster@pobox.com>
Fri, 12 Jul 2024 21:32:52 +0000 (12 14:32 -0700)
treec2756e6902c210564408cc6f25c2ee92dcfce67c
parented548408723d6e969160279398cc47f88f5700bc
cmake: fix build of `t-oidtree`

When the `oidtree` test helper was turned into a unit test, a new
`lib-oid` source file was added as dependency. This was only done in the
Makefile so far, but also needs to be done in the CMake definition.

This is a companion of ed548408723d (t/: migrate helper/test-oidtree.c
to unit-tests/t-oidtree.c, 2024-06-08).

Signed-off-by: Johannes Schindelin <johannes.schindelin@gmx.de>
Signed-off-by: Junio C Hamano <gitster@pobox.com>
contrib/buildsystems/CMakeLists.txt