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

defaults.xcconfig « xcode - github.com/mapsme/omim.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
blob: 9d41266c576eba15e789f64f812112c040808b0d (plain)
1
2
3
4
5
6
7
OMIM_ROOT=$(PROJECT_DIR)/../..
BUILD_DIR=$(OMIM_ROOT)/../omim-xcode-build
QT_PATH=/usr/local/opt/qt5

BOOST_ROOT=$(OMIM_ROOT)/3party/boost

HEADER_SEARCH_PATHS=$(OMIM_ROOT) $(BOOST_ROOT)