mirror of
https://github.com/juce-framework/JUCE.git
synced 2026-01-10 23:44:24 +00:00
CMake: Add useful defaults for iphone/ipad screen orientations
This commit is contained in:
parent
eb01832c48
commit
6c71d96188
2 changed files with 9 additions and 3 deletions
|
|
@ -23,9 +23,7 @@ juce_add_gui_app(DemoRunner
|
|||
CAMERA_PERMISSION_ENABLED TRUE
|
||||
BLUETOOTH_PERMISSION_ENABLED TRUE
|
||||
FILE_SHARING_ENABLED TRUE
|
||||
DOCUMENT_BROWSER_ENABLED TRUE
|
||||
IPHONE_SCREEN_ORIENTATIONS portrait landscape
|
||||
IPAD_SCREEN_ORIENTATIONS portrait landscape)
|
||||
DOCUMENT_BROWSER_ENABLED TRUE)
|
||||
|
||||
juce_generate_juce_header(DemoRunner)
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue