mirror of
https://github.com/RetroDECK/ES-DE.git
synced 2025-01-17 22:55:38 +00:00
Merge pull request #337 from gizmo98/patch-2
CMakeList.txt: add oLinuXino/Mali
This commit is contained in:
commit
bf70403052
|
@ -25,6 +25,16 @@ else()
|
|||
MESSAGE("bcm_host.h not found")
|
||||
endif()
|
||||
|
||||
#-------------------------------------------------------------------------------
|
||||
#check if we're running on olinuxino
|
||||
MESSAGE("Looking for libMali.so")
|
||||
if(EXISTS "/usr/lib/libMali.so")
|
||||
MESSAGE("libMali.so found")
|
||||
set(GLSystem "OpenGL ES")
|
||||
else()
|
||||
MESSAGE("libMali.so not found")
|
||||
endif()
|
||||
|
||||
#finding necessary packages
|
||||
#-------------------------------------------------------------------------------
|
||||
if(${GLSystem} MATCHES "Desktop OpenGL")
|
||||
|
@ -167,6 +177,7 @@ else()
|
|||
)
|
||||
else()
|
||||
LIST(APPEND COMMON_LIBRARIES
|
||||
EGL
|
||||
${OPENGLES_LIBRARIES}
|
||||
)
|
||||
endif()
|
||||
|
|
Loading…
Reference in a new issue