ParBLiSS / PaSGAL

Parallel Sequence to Graph Alignment
MIT License
35 stars 4 forks source link

fix `tests/CMakeLists.txt` #6

Closed udon1206 closed 1 year ago

udon1206 commented 1 year ago

fix tests/CMakeLists.txt

add_dependencies(test-graph_load LIBHTS) and add_dependencies(test-local_alignment LIBHTS) add_dependencies(test-local_alignment_uniform_len LIBHTS) add_dependencies(test-pasgal_all LIBHTS

please check