nigels-com / glew

The OpenGL Extension Wrangler Library
Other
2.58k stars 608 forks source link

Bug - Files not found #405

Closed AhmedAredah closed 3 months ago

AhmedAredah commented 3 months ago

I am getting the following errors when building on Windows x64 using cmake:

CMake Error at CMakeLists.txt:95 (add_library): Cannot find source file:

C:/GL/glew-2.1.0/include/GL/wglew.h

Tried extensions .c .C .c++ .cc .cpp .cxx .cu .mpp .m .M .mm .ixx .cppm .h .hh .h++ .hm .hpp .hxx .in .txx .f .F .for .f77 .f90 .f95 .f03 .hip .ispc

CMake Error at CMakeLists.txt:169 (add_executable): Cannot find source file:

C:/GL/glew-2.1.0/src/glewinfo.c

Tried extensions .c .C .c++ .cc .cpp .cxx .cu .mpp .m .M .mm .ixx .cppm .h .hh .h++ .hm .hpp .hxx .in .txx .f .F .for .f77 .f90 .f95 .f03 .hip .ispc

CMake Error at CMakeLists.txt:179 (add_executable): Cannot find source file:

C:/GL/glew-2.1.0/build/visualinfo.rc

Tried extensions .c .C .c++ .cc .cpp .cxx .cu .mpp .m .M .mm .ixx .cppm .h .hh .h++ .hm .hpp .hxx .in .txx .f .F .for .f77 .f90 .f95 .f03 .hip .ispc

CMake Error at CMakeLists.txt:95 (add_library): No SOURCES given to target: glew

CMake Error at CMakeLists.txt:99 (add_library): No SOURCES given to target: glew_s

CMake Error at CMakeLists.txt:169 (add_executable): No SOURCES given to target: glewinfo

CMake Error at CMakeLists.txt:179 (add_executable): No SOURCES given to target: visualinfo