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 Mar 8, 2020
·
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 executed from the repository's root directory, i.e., the working directory has to be the repository's root directory:
mkdir build
cd build
cmake ..
make
cd ..
./build/pizza