aboutsummaryrefslogtreecommitdiffstats
path: root/build/platform/cuda/stdtree/ya.make
blob: 01feaee51e9b6ef5b1b8a3c24689bd3a1e762db3 (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
RESOURCES_LIBRARY()

OWNER(g:contrib heretic)

IF (OS_LINUX)
    DECLARE_EXTERNAL_RESOURCE(STD_TREE sbr:1094784663)
ELSE()
    MESSAGE(FATAL_ERROR "No stdc++ tree part for the selected platform found")
ENDIF()
LDFLAGS("-L$STD_TREE_RESOURCE_GLOBAL")
EXTRALIBS(tree)

END()