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

  add_executable(catch2-only-dia
    ../common.cpp
    dia_lib.cpp
    ${catch2_only_cpp_dia_SRCS}
  )


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

