Building on lab machines! cd <project root> mkdir -p ./build && cd ./build cmake .. -DCMAKE_BUILD_TYPE=Release make ./ComputerGraphics or chmod +x build.sh ./build.sh