Make sure that of and ofApp share the same folder.
Change directory to ofApp and perform these steps:
mkdir build
cd build
cmake .. -G Ninja -DCMAKE_CXX_COMPILER=clang++ -DCMAKE_BUILD_TYPE=Release
ninja
Make sure that of and ofApp share the same folder.
Change directory to ofApp and perform these steps:
mkdir build
cd build
cmake .. -G Ninja -DCMAKE_CXX_COMPILER=clang++ -DCMAKE_BUILD_TYPE=Release
ninja