blob: 070fd399b6fe46b1ceaf1d703690e946c1f0bffa (
plain) (
blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
|
LIBRARY()
SRCS(
descriptor.cpp
)
PEERDIR(
library/cpp/json
library/cpp/protobuf/dynamic_prototype
library/cpp/protobuf/json
library/cpp/protobuf/runtime
library/cpp/string_utils/base64
)
GENERATE_ENUM_SERIALIZATION(descriptor.h)
END()
|