I am running cmake for fifengine on Windows with VS2015 and get below error.
-- Found OpenGL: opengl32
CMake Error at C:/wg/fifengine/fifesdk/cmake/share/cmake-3.7/Modules/FindPackageHandleStandardArgs.cmake:138 (message):
Could NOT find GLEW (missing: GLEW_LIBRARY GLEW_INCLUDE_DIR)
Call Stack (most recent call first):
C:/wg/fifengine/fifesdk/cmake/share/cmake-3.7/Modules/FindPackageHandleStandardArgs.cmake:378 (_FPHSA_FAILURE_MESSAGE)
cmake/FindGLEW.cmake:25 (find_package_handle_standard_args)
CMakeLists.txt:764 (find_package)
I cannot see GLEW in the sdk so I assume I have to install this ?
Where/how do I install it so cmake picks up on it ?