Я просматриваю руководство по использованию OpenGL, но мой GLFW, похоже, не работает. Есть идеи, почему?
main] Building folder: d:/OxoTecAssets/OxoTec Development Dept/coding stuff/C++/OpenGl/Tutorial/build
[build] Starting build
[proc] Executing command: "C:\Program Files\CMake\bin\cmake.exe" --build "d:/OxoTecAssets/OxoTec Development Dept/coding stuff/C++/OpenGl/Tutorial/build" --config Debug --target all -j 6 --
[build][ 50%] Linking CXX executable hello_window.exe
[build] d:/mingw/bin/../lib/gcc/mingw32/6.3.0/../../../../mingw32/bin/ld.exe: cannot find -lglfw
[build] collect2.exe: error: ld returned 1 exit status
[build] CMakeFileshello_window.dirbuild.make:101: recipe for target 'hello_window.exe' failed
[build] mingw32-make.exe[2]:***[hello_window.exe] Error 1
[build] CMakeFilesMakefile2:85: recipe for target 'CMakeFiles/hello_window.dir/all' failed
[build] mingw32-make.exe[1]:***[CMakeFiles/hello_window.dir/all] Error 2
[build] Makefile:89: recipe for target 'all' failed
[build] mingw32-make.exe:***[all] Error 2
[proc] The command: "C:\Program Files\CMake\bin\cmake.exe" --build "d:/OxoTecAssets/OxoTec Development Dept/coding stuff/C++/OpenGl/Tutorial/build" --config Debug --target all -j 6 -- exited with code: 2
[driver] Build completed: 00:00:00.724
[build] Build finished with exit code 2
Подробнее здесь: https://stackoverflow.com/questions/798 ... -importing