ofApp Compiling 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 Compiling ofApp with IDE on Linux See also ofTools