blob: ae0aecb6764bdc95c05923508b6beee4d862f855 (
plain) (
blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
|
LIBRARY()
OWNER(pg orivej)
PEERDIR(
library/python/symbols/registry
)
IF (GCC OR CLANG)
CFLAGS(
-Wno-deprecated-declarations # For sem_getvalue.
)
ENDIF()
SRCS(
GLOBAL syms.cpp
)
END()
|