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

3party.pro « 3party - github.com/mapsme/omim.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
blob: e58611705e03193821e350ea154410c25d495a35 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
# Project that includes all third party projects.

TEMPLATE = subdirs

SUBDIRS = expat freetype fribidi zlib bzip2 jansson protobuf tomcrypt

!iphonesimulator-g++42 {
  !iphonedevice-g++42 {
    !bada-simulator {
      SUBDIRS += gflags \
                 sgitess
      }
   }
}