projects
/
platform
/
upstream
/
Vulkan-Loader.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
537dd25
)
WIP: Added defines for iOS
author
Richard S. Wright Jr
<richard@lunarg.com>
Wed, 19 Jul 2023 15:41:11 +0000
(11:41 -0400)
committer
Richard S. Wright Jr
<richard@lunarg.com>
Tue, 26 Sep 2023 22:02:44 +0000
(18:02 -0400)
CMakeLists.txt
patch
|
blob
|
history
diff --git
a/CMakeLists.txt
b/CMakeLists.txt
index ddad031afe4a42a2a15ff50b09c7754bac8e8142..bab9f0f1c75cf5e34792d26ecb59efe26727b110 100644
(file)
--- a/
CMakeLists.txt
+++ b/
CMakeLists.txt
@@
-103,7
+103,7
@@
elseif(ANDROID)
elseif(APPLE)
target_compile_definitions(platform_wsi INTERFACE VK_USE_PLATFORM_MACOS_MVK VK_USE_PLATFORM_METAL_EXT)
-
# Build for iOS and tvOS
+# Build for iOS and tvOS
option(APPLE_EMBEDDED "Apple non desktop devices" OFF)
if (APPLE_EMBEDDED)
add_definitions(-D__APPLE_EMBEDDED__)