Skip to content

Commit

Permalink
tests: fix linking of scheduler_job_item_queue
Browse files Browse the repository at this point in the history
  • Loading branch information
arogge committed Aug 7, 2020
1 parent af8813c commit 5a30ee5
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion core/src/tests/CMakeLists.txt
Expand Up @@ -160,7 +160,7 @@ endif() # NOT client-only
if(NOT client-only)
bareos_add_test(
scheduler_job_item_queue
LINK_LIBRARIES dird_objects bareos ${GTEST_LIBRARIES}
LINK_LIBRARIES dird_objects bareos bareosfind bareoscats bareossql ${GTEST_LIBRARIES}
${GTEST_MAIN_LIBRARIES}
)
endif() # NOT client-only
Expand Down

0 comments on commit 5a30ee5

Please sign in to comment.