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

github.com/mapsme/omim.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorTimofey <t.danshin@corp.mail.ru>2016-10-11 13:07:27 +0300
committerTimofey <t.danshin@corp.mail.ru>2016-11-14 17:06:22 +0300
commit3b23d5fe4f9f85cae008922faca59b5ba8900aad (patch)
treea481b5d81d572d39174d88a64f1efa2f68f41a9a /CMakeLists.txt
parent9838af3d459934a739184f1313f380f1b8b53ae1 (diff)
Map, mwm_tests
Diffstat (limited to 'CMakeLists.txt')
-rw-r--r--CMakeLists.txt4
1 files changed, 3 insertions, 1 deletions
diff --git a/CMakeLists.txt b/CMakeLists.txt
index 442c92d28a..07b4cdde4f 100644
--- a/CMakeLists.txt
+++ b/CMakeLists.txt
@@ -9,8 +9,9 @@ set(CMAKE_POSITION_INDEPENDENT_CODE ON)
find_package(Threads)
find_package(Qt5Core REQUIRED)
-find_package(Qt5Network REQUIRED)
find_package(Qt5Gui REQUIRED)
+find_package(Qt5Network REQUIRED)
+find_package(Qt5OpenGL REQUIRED)
find_package(Qt5Widgets REQUIRED)
if (APPLE)
@@ -132,6 +133,7 @@ endmacro()
add_subdirectory(3party/jansson)
add_subdirectory(3party/minizip)
add_subdirectory(3party/tomcrypt)
+add_subdirectory(map)
add_compile_options(
"-Wall"