lawrencegoetz
Results
1
issues of
lawrencegoetz
In the following directory: C:\Users\Lawrence\Documents\Codeblocks\OculusMinimalExample\build I ran the following to create a Code::Blocks Project for the Oculus: cmake .. cmake .. -G "CodeBlocks - MinGW Makefiles" -DCMAKE_CXX_FLAGS="-std=c++11" -DCMAKE_C_FLAGS="-std=c++11" However, when...