File tree Expand file tree Collapse file tree 1 file changed +2
-1
lines changed Expand file tree Collapse file tree 1 file changed +2
-1
lines changed Original file line number Diff line number Diff line change @@ -976,11 +976,12 @@ list(TRANSFORM test-reftable_SOURCES PREPEND "${CMAKE_SOURCE_DIR}/")
976976
977977#unit-tests
978978add_library (unit-test -lib OBJECT ${CMAKE_SOURCE_DIR} /t/unit-tests/test -lib.c)
979+ add_library (unit-test -lib-oid OBJECT ${CMAKE_SOURCE_DIR} /t/unit-tests/lib-oid.c)
979980
980981parse_makefile_for_scripts(unit_test_PROGRAMS "UNIT_TEST_PROGRAMS" "" )
981982foreach (unit_test ${unit_test_PROGRAMS} )
982983 add_executable ("${unit_test} " "${CMAKE_SOURCE_DIR} /t/unit-tests/${unit_test} .c" )
983- target_link_libraries ("${unit_test} " unit-test -lib common-main)
984+ target_link_libraries ("${unit_test} " unit-test -lib unit- test -lib-oid common-main)
984985 set_target_properties ("${unit_test} "
985986 PROPERTIES RUNTIME_OUTPUT_DIRECTORY ${CMAKE_BINARY_DIR} /t/unit-tests/bin)
986987 if (MSVC )
You can’t perform that action at this time.
0 commit comments