Eclipse and gmake issue with OpenGL tutorial

Hello all (or world)

I’ve been trying to use this tutorial with Eclipse and failed. learnopengl com/Getting-started/Creating-a-window

I can’t seem to have a Debug folder with the glfw3.lib file.

In Eclipse console:

19:15:30 **** Build of project [GLFW@gflw-3.3.8-build](mailto:GLFW@gflw-3.3.8-build) ****

/usr/bin/gmake -j2 all

/usr/bin/cmake -S/home/mustdos/Desktop/glfw-3.3.8 -B/home/mustdos/Desktop/gflw-3.3.8-build --check-build-system CMakeFiles/Makefile.cmake 0

/usr/bin/cmake -E cmake_progress_start /home/mustdos/Desktop/gflw-3.3.8-build/CMakeFiles /home/mustdos/Desktop/gflw-3.3.8-build//CMakeFiles/progress.marks

/usr/bin/gmake -f CMakeFiles/Makefile2 all

gmake[1]: Entering directory '/home/mustdos/Desktop/gflw-3.3.8-build'

/usr/bin/gmake -f src/CMakeFiles/glfw.dir/build.make src/CMakeFiles/glfw.dir/depend

/usr/bin/gmake -f docs/CMakeFiles/docs.dir/build.make docs/CMakeFiles/docs.dir/depend

gmake[2]: Entering directory '/home/mustdos/Desktop/gflw-3.3.8-build'

cd /home/mustdos/Desktop/gflw-3.3.8-build && /usr/bin/cmake -E cmake_depends "Unix Makefiles" /home/mustdos/Desktop/glfw-3.3.8 /home/mustdos/Desktop/glfw-3.3.8/docs /home/mustdos/Desktop/gflw-3.3.8-build /home/mustdos/Desktop/gflw-3.3.8-build/docs /home/mustdos/Desktop/gflw-3.3.8-build/docs/CMakeFiles/docs.dir/DependInfo.cmake --color=

...

[100%] Built target docs

gmake[1]: Leaving directory '/home/mustdos/Desktop/gflw-3.3.8-build'

/usr/bin/cmake -E cmake_progress_start /home/mustdos/Desktop/gflw-3.3.8-build/CMakeFiles 0

19:15:33 Build Finished. 0 errors, 0 warnings. (took 2s.628ms)