cmake_minimum_required(VERSION 3.15)
project(torchfits)

# Add the actual CMake project as a subdirectory
add_subdirectory(src/torchfits/cpp_src)
