Added missing utils library link from testmodutils.

This commit is contained in:
Markus Makela
2015-05-07 05:56:28 +03:00
parent bb074d8f94
commit 3cd49ac364

View File

@ -21,7 +21,7 @@ target_link_libraries(test_spinlock fullcore log_manager)
target_link_libraries(test_filter fullcore)
target_link_libraries(test_buffer fullcore log_manager)
target_link_libraries(test_dcb fullcore)
target_link_libraries(test_modutil fullcore)
target_link_libraries(test_modutil fullcore utils log_manager)
target_link_libraries(test_poll fullcore)
target_link_libraries(test_service fullcore)
target_link_libraries(test_server fullcore)