OS: Ubuntu 24.04LTS
GCC: 13.3.0
OpenGL: 4.6.0
NVIDIA: 555.42.06
I compiled the projects using the following command.
cmake -DCMAKE_EXPORT_COMPILE_COMMANDS=1 ..
cmake --build . --config Release
I then tried to execute ./Tut09BasicLighting, ./Tut09AmbientLighting and ./Tut09ScaleAndLighting. None of these executable rendered any shapes.

OS: Ubuntu 24.04LTS
GCC: 13.3.0
OpenGL: 4.6.0
NVIDIA: 555.42.06
I compiled the projects using the following command.
I then tried to execute ./Tut09BasicLighting, ./Tut09AmbientLighting and ./Tut09ScaleAndLighting. None of these executable rendered any shapes.