Closed wk34u closed 7 months ago
The code from the master branch lacks some files when compiling with CMake on Windows.
The files missing are:
glew\include\GL\glxew.h glew\include\GL\glew.h glew\include\GL\wglew.h glew\include\GL\eglew.h
However, these files are available in the following locations:
The CMake commands used are as follows:
cd glew cmake ./build/cmake cmake --build ./
The generated sources are not included in the git repository due to their size and gradual drift.
I got it, I can start by generating the mentioned files under MinGW using make -C auto.
make -C auto
The code from the master branch lacks some files when compiling with CMake on Windows.
The files missing are:
However, these files are available in the following locations:
The CMake commands used are as follows: