Skip to content

Running The Examples

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
Clone this wiki locally