aboutsummaryrefslogtreecommitdiffstats
path: root/library/cpp/geobase/ya.make
blob: 4a7397490361f3539e1991823e1e75c51158e5b7 (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
LIBRARY()

SRCS(
    library/cpp/geobase/geobase.cpp
)

PEERDIR(
    geobase/library
)

GENERATE_ENUM_SERIALIZATION(geobase/include/structs.hpp)

END()