
  # These source files are compiled into a single Catch2-based test binary.
  # tests dedicated to check speed performances (benchmarks)
  set(catch2_only_cpp_peptidoms_SRCS
    test_peptidoms.cpp
  )

  add_executable(catch2-only-peptidoms
    ../common.cpp
    ${catch2_only_cpp_peptidoms_SRCS}
  )


  target_link_libraries(catch2-only-peptidoms
    ${required_target_link_libraries})

