# CMakeLists.txt for Python examples with pybind11
# This is a minimal CMakeLists.txt - the build.sh script handles compilation directly

cmake_minimum_required(VERSION 3.15)
project(zupt_python VERSION 1.0.6 LANGUAGES CXX)

# This file exists mainly for documentation purposes
# The actual build is handled by build.sh
