Add cmake option to disable true depth APIs
This commit is contained in:
@@ -48,6 +48,7 @@ option(OPENVULKANO_ENABLE_TEST "Enable testing" ON)
|
||||
option(OPENVULKANO_ENABLE_EXAMPLES "Enable examples" ON)
|
||||
option(OPENVULKANO_ENABLE_MSDF "Enable msdf library" ON)
|
||||
option(OPENVULKANO_ENABLE_SHADERC "Enable runtime shader compiler" OFF)
|
||||
option(OPENVULKANO_ENABLE_ARKIT_TRUEDEPTH "Enable arkit TrueDepth (Front Depth Camera) APIs" OFF) # TrueDepth need special privacy policy treatment and must not be included in app if not used by dev
|
||||
# -----------------------------------------------------------------
|
||||
|
||||
if (IOS)
|
||||
|
||||
Reference in New Issue
Block a user