cmake_minimum_required(VERSION 3.10 FATAL_ERROR)
include(FetchContent)

project(op-batch-superbuild NONE)

include(pybind11.cmake)
include(spdlog.cmake)
include(gtest.cmake)
# include(libtorch.cmake)
