Skip to content

aderayevans/GLFW

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

8 Commits
 
 
 
 

Repository files navigation

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

About

Basic setting for GLFW project using cmake

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published