Skip to content

Commit

Permalink
added missing HTSLIB for tests
Browse files Browse the repository at this point in the history
  • Loading branch information
riasc committed Jun 8, 2024
1 parent 7948486 commit e85eb00
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions CMakeLists.txt
Original file line number Diff line number Diff line change
Expand Up @@ -46,4 +46,5 @@ add_executable(RNAnue_tests ${TEST_SOURCES} ${SOURCES})
target_include_directories(RNAnue_tests PUBLIC "${CMAKE_CURRENT_SOURCE_DIR}/include")
target_link_libraries(RNAnue_tests seqan3::seqan3)
target_link_libraries(RNAnue_tests Boost::program_options Boost::filesystem Boost::unit_test_framework)
target_link_libraries(RNAnue_tests PkgConfig::HTSLIB)

0 comments on commit e85eb00

Please sign in to comment.