- Moved OpenGL library wrapper into platform
- Finished reorganizing PLANNING.md
This commit is contained in:
@@ -39,12 +39,9 @@ if(FENNEC_GRAPHICS_WANT_EGL)
|
||||
list(APPEND FENNEC_LINK_LIBRARIES OpenGL::EGL)
|
||||
list(APPEND FENNEC_COMPILE_DEFINITIONS FENNEC_GRAPHICS_EGL=1)
|
||||
list(APPEND FENNEC_EXTRA_SOURCES
|
||||
include/fennec/renderers/opengl/lib/fwd.h
|
||||
include/fennec/renderers/opengl/lib/enum.h
|
||||
include/fennec/renderers/opengl/lib/buffer.h
|
||||
|
||||
include/fennec/renderers/opengl/modern.h
|
||||
include/fennec/renderers/opengl/fallback.h
|
||||
include/fennec/platform/opengl/lib/fwd.h
|
||||
include/fennec/platform/opengl/lib/enum.h
|
||||
include/fennec/platform/opengl/lib/buffer.h
|
||||
|
||||
include/fennec/platform/opengl/egl/context.h source/platform/opengl/egl/context.cpp
|
||||
)
|
||||
|
||||
Reference in New Issue
Block a user