build scripts for uavs3d
This is a component of the MPVKit project.
Not work on macCatalyst platform
https://github.com/mpvkit/libuavs3d-build.git
make build
# specified platforms (ios,macos,tvos,tvsimulator,isimulator,maccatalyst,xros,xrsimulator)
make build platform=ios,macos
# build GPL version
make build enable-gpl
# clean all build temp files and cache
make clean
# see help
make help