Hi @Cedric, that seems to have worked!
Tomorrow I’ll try including these files in a project with fresh eyes.
Just a note for the next person doing this:
cmake --install build/iOS --prefix="./install"
failed and expected an absolute path.
cmake --install build/iOS --prefix="/Users/absolutepath/BabylonNative/build/iOS/install"
worked.
Q1
i was expecting to see more folders for all the other libraries in the include
folder.
just want to confirm the screen grab below is correct?
Q2
how to go about building Debug binaries?
many thanks!