Searched full:apple_static_loader (Results 1 – 8 of 8) sorted by relevance
361 …option(APPLE_STATIC_LOADER "Build a loader that can be statically linked. Intended for Chromium us… option362 mark_as_advanced(APPLE_STATIC_LOADER)365 if(APPLE_STATIC_LOADER)367 target_compile_definitions(vulkan PRIVATE APPLE_STATIC_LOADER)369 …message(WARNING "The APPLE_STATIC_LOADER option has been set. Note that this will only work on Mac…469 if (APPLE_STATIC_LOADER)
78 #if defined(APPLE_STATIC_LOADER) && !defined(__APPLE__)79 #error "APPLE_STATIC_LOADER can only be defined on Apple platforms!"82 #if defined(APPLE_STATIC_LOADER)234 #if defined(APPLE_STATIC_LOADER)
98 if (APPLE_STATIC_LOADER)99 target_compile_definitions(testing_dependencies PUBLIC "APPLE_STATIC_LOADER=1")
40 #if defined(APPLE_STATIC_LOADER) in init_vulkan_functions()148 #if defined(APPLE_STATIC_LOADER)
130 #if !defined(APPLE_STATIC_LOADER)
144 # When APPLE_STATIC_LOADER is ON installation is disabled145 if (APPLE_STATIC_LOADER)
237 static_build: [ APPLE_STATIC_LOADER=ON, APPLE_STATIC_LOADER=OFF ]307 -D APPLE_STATIC_LOADER=${{matrix.static}} \
23 if(APPLE_STATIC_LOADER)