Needle
An application for fast and efficient searches of NGS data.
|
Functions | |
cmake_minimum_required (VERSION 3.25...3.30) find_package(OpenMP REQUIRED COMPONENTS CXX) add_library("$ | |
_lib STATIC estimate cpp ibf cpp | target_link_libraries ("${PROJECT_NAME}_lib" PUBLIC seqan3::seqan3) target_link_libraries("$ |
_lib PUBLIC robin_hood::robin_hood | target_link_libraries ("${PROJECT_NAME}_lib" PUBLIC OpenMP::OpenMP_CXX) target_include_directories("$ |
_lib PUBLIC include | add_executable ("${PROJECT_NAME}" main.cpp) target_link_libraries("$ |
_lib PUBLIC include add_executable | ( | "${PROJECT_NAME}" main. | cpp | ) |
cmake_minimum_required | ( | VERSION 3.25...3. | 30 | ) |
_lib PUBLIC robin_hood::robin_hood target_link_libraries | ( | "${PROJECT_NAME}_lib" PUBLIC OpenMP::OpenMP_CXX | ) |