aboutsummaryrefslogtreecommitdiffstats
path: root/build/platform/macos_system_stl/ya.make
blob: be97b8f165b6e62901887757ce600b174bf1e276 (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
RESOURCES_LIBRARY() 
 
OWNER(g:cpp-contrib) 
 
# Taken from the default toolchain of the Xcode 12.5.1 
DECLARE_EXTERNAL_RESOURCE(MACOS_SYSTEM_STL sbr:2561940097) 
 
# xcode toolchain allready contains system headers 
IF (USE_STL_SYSTEM AND NOT XCODE) 
    CFLAGS( 
        GLOBAL -I${MACOS_SYSTEM_STL_RESOURCE_GLOBAL}/include 
    ) 
ENDIF() 
 
END()