🎉 Added OGRE 13.0.1

This commit is contained in:
2021-09-04 14:13:41 +00:00
committed by GitHub
parent 3a4d4f50bb
commit bbb36fbda5
9 changed files with 61 additions and 69 deletions

View File

@@ -0,0 +1,11 @@
--- CMake/Packages/FindOpenGLES2.cmake
+++ CMake/Packages/FindOpenGLES2.cmake
@@ -23,6 +23,8 @@
# EGL_INCLUDE_DIR - the EGL include directory
# EGL_LIBRARIES - Link these to use EGL
+include(FindPkgMacros)
+
IF(APPLE)
create_search_paths(/Developer/Platforms)
findpkg_framework(OpenGLES2)