mirror of
https://github.com/libretro/ppsspp.git
synced 2024-11-24 00:29:57 +00:00
Update CMakeLists.txt
This commit is contained in:
parent
1d7b0ae4a8
commit
d8e6a995eb
@ -35,8 +35,12 @@ if(ARM OR SIMULATOR)
|
||||
set(USING_EGL ON)
|
||||
endif()
|
||||
|
||||
include(CheckIncludeFile)
|
||||
check_include_file(/opt/vc/include/bcm_host.h RPI)
|
||||
#include(CheckIncludeFile)
|
||||
#check_include_file(/opt/vc/include/bcm_host.h RPI)
|
||||
if(EXISTS "/opt/vc/include/bcm_host.h")
|
||||
message(STATUS "RaspberryPI VC Found")
|
||||
set(RPI ON)
|
||||
endif()
|
||||
|
||||
if(BB)
|
||||
set(ARMV7 ON)
|
||||
|
Loading…
Reference in New Issue
Block a user