- added missing .cpp file to CMake configuration

This commit is contained in:
alexey.lysiuk 2021-03-13 16:22:57 +02:00 committed by Emile Belanger
parent 8bb9f64167
commit fff8b4371b

View file

@ -798,6 +798,7 @@ set (GLES_SOURCES
common/rendering/gles/gles_hwtexture.cpp
common/rendering/gles/gles_shader.cpp
common/rendering/gles/gles_shaderprogram.cpp
common/rendering/gles/gles_samplers.cpp
common/rendering/gles/glad/src/glad.c
)