Welcome to mirror list, hosted at ThFree Co, Russian Federation.

ugc.pro « ugc - github.com/mapsme/omim.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
blob: 31421080582ede0dbd0bfa3e24dde75ec3be328c (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
# UGC library.

TARGET = ugc
TEMPLATE = lib
CONFIG += staticlib warn_on

ROOT_DIR = ..

include($$ROOT_DIR/common.pri)

HEADERS += \
    api.hpp \
    binary/header_v0.hpp \
    binary/index_ugc.hpp \
    binary/serdes.hpp \
    binary/ugc_holder.hpp \
    binary/visitors.hpp \
    serdes.hpp \
    storage.hpp \
    types.hpp \

SOURCES += \
    api.cpp \
    binary/serdes.cpp \
    storage.cpp \