cmake_minimum_required(VERSION 3.11.0)

include(externals/pybind11.cmake)
add_subdirectory(src)
