PKGNAME=partio
PKGSEC=libs
PKGDEP="freeglut gcc-runtime glibc glu zlib"
BUILDDEP="python-3 swig gtest"
PKGSUG="python-3 swig"
PKGDES="C++ library and Python bindings to handle common animation particle formats"

ABTYPE=cmakeninja
CMAKE_AFTER=(
    '-DBUILD_TESTING=OFF'
    '-DPARTIO_BUILD_DOCS=OFF'
    '-DPARTIO_BUILD_SHARED_LIBS=ON'
    '-DPARTIO_BUILD_TOOLS=ON'
    '-DPARTIO_ENABLE_TESTING=OFF'
)
