Loading debian/patches/use_debian_packaged_libs.patch +2 −1 Original line number Diff line number Diff line Loading @@ -32,8 +32,9 @@ Description: Use Debian packaged libraries - add_subdirectory(vendor/googletest/googletest EXCLUDE_FROM_ALL) - target_link_libraries(racon_test spoa thread_pool pthread - target_link_libraries(racon_test bioparser spoa thread_pool pthread - edlib_static gtest_main) + target_link_libraries(racon_test spoa thread_pool pthread + edlib gtest_main gtest z) endif(racon_build_tests) Loading Loading
debian/patches/use_debian_packaged_libs.patch +2 −1 Original line number Diff line number Diff line Loading @@ -32,8 +32,9 @@ Description: Use Debian packaged libraries - add_subdirectory(vendor/googletest/googletest EXCLUDE_FROM_ALL) - target_link_libraries(racon_test spoa thread_pool pthread - target_link_libraries(racon_test bioparser spoa thread_pool pthread - edlib_static gtest_main) + target_link_libraries(racon_test spoa thread_pool pthread + edlib gtest_main gtest z) endif(racon_build_tests) Loading