cmake_minimum_required(VERSION 3.15)
project(ncbi-cpp)
include(src/build-system/cmake/CMake.NCBItoolkit.cmake)
add_subdirectory(src)
