cmake_minimum_required(VERSION 4.2)
project(ballistic-solve)

add_subdirectory(core)
add_subdirectory(python)
