You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Paul Maximilian Bittner edited this page Dec 24, 2019
·
3 revisions
Pizza
If you built Polypropylene with json support (POLYPROPYLENE_WITH_JSON), the pizza example accesses the project's resource directory.
In order that the resource directory (/res) can be found, the pizza example has to be exectured from the repositories root directory, i.e., the repositories root directory has to be the working directory:
mkdir build
cd build
cmake ..
make
cd ..
./build/pizza