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}/")
976
976
977
977
#unit-tests
978
978
add_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 )
979
980
980
981
parse_makefile_for_scripts (unit_test_PROGRAMS "UNIT_TEST_PROGRAMS" "" )
981
982
foreach (unit_test ${unit_test_PROGRAMS} )
982
983
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 )
984
985
set_target_properties ("${unit_test} "
985
986
PROPERTIES RUNTIME_OUTPUT_DIRECTORY ${CMAKE_BINARY_DIR} /t/unit-tests/bin )
986
987
if (MSVC )
You can’t perform that action at this time.
0 commit comments