Build glfw for windows

This commit is contained in:
boddicheg 2015-09-02 16:59:02 +03:00
parent e96411563f
commit cb6110edbb

View File

@ -2,3 +2,4 @@ build_script:
- mkdir build - mkdir build
- cd build - cd build
- cmake .. - cmake ..
- cmake --build .