Skip to content

Commit

Permalink
added bareossql to bbatch
Browse files Browse the repository at this point in the history
  • Loading branch information
pstorz committed Jan 2, 2018
1 parent c91405c commit c2fc1b1
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/tests/CMakeLists.txt
Expand Up @@ -29,7 +29,7 @@ target_link_libraries(testls bareosfind bareos ${JANSSON_LIBRARIES})

IF(NOT HAVE_WIN32)
add_executable(bbatch bbatch.cc)
target_link_libraries(bbatch bareoscats bareos ${JANSSON_LIBRARIES})
target_link_libraries(bbatch bareoscats bareos bareossql ${JANSSON_LIBRARIES})
ENDIF()

#add_executable(bvfs_test bvfs_test.cc)
Expand Down

0 comments on commit c2fc1b1

Please sign in to comment.