GLFW Basic command for GLFW project using cmake To build and run project in command line mkdir vscode-build cd vscode-build cmake .. cmake --build . Debug/Tutorial.exe To run tests ctest -N # or ctest -C # or ctest -C Debug -vv