2023-11-11 05:44:26 +00:00
|
|
|
project(gles-compatibility-layer)
|
2023-10-19 06:11:41 +00:00
|
|
|
|
|
|
|
# GLES Compatibility Layer
|
|
|
|
set(GLES_COMPATIBILITY_LAYER_USE_ES3 FALSE CACHE BOOL "" FORCE)
|
|
|
|
set(GLES_COMPATIBILITY_LAYER_USE_SDL FALSE CACHE BOOL "" FORCE)
|
|
|
|
set(GLES_COMPATIBILITY_LAYER_DEPENDENCY glfw CACHE STRING "" FORCE)
|
|
|
|
add_subdirectory(src)
|