Hi
Trying to compile GLFW for GLES2, but my options are ignored
linaro@linaro-alip:~/glfw$ cmake -DGLFW_USE_EGL=ON -DGLFW_CLIENT_LIBRARY=glesv2 .
– Could NOT find Vulkan (missing: VULKAN_LIBRARY VULKAN_INCLUDE_DIR)
– Could NOT find Doxygen (missing: DOXYGEN_EXECUTABLE)
– Using X11 for window creation
– Configuring done
– Generating done
CMake Warning:
Manually-specified variables were not used by the project:
GLFW_CLIENT_LIBRARY
GLFW_USE_EGL
Any idea why?