I try to build android with cmake, but the following error occurs:
Code: Select all
/users/koyuki/projects/playstrap/RenderSystems/GLES2/src/gles2w.cpp:31:9: fatal error:
'UIKit/UIDevice.h' file not found
#import <UIKit/UIDevice.h>
Code: Select all
#elif defined(__APPLE__) || defined(__APPLE_CC__)
#import <CoreFoundation/CoreFoundation.h>
#import <UIKit/UIDevice.h>