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:
Diffstat (limited to 'drape/CMakeLists.txt')
-rw-r--r--drape/CMakeLists.txt2
1 files changed, 1 insertions, 1 deletions
diff --git a/drape/CMakeLists.txt b/drape/CMakeLists.txt
index 2157d97188..0f4b020db3 100644
--- a/drape/CMakeLists.txt
+++ b/drape/CMakeLists.txt
@@ -134,6 +134,6 @@ if (PLATFORM_IPHONE)
)
endif()
-add_library(${PROJECT_NAME} ${DRAPE_COMMON_SRC} ${SRC})
+omim_add_library(${PROJECT_NAME} ${DRAPE_COMMON_SRC} ${SRC})
omim_add_test_subdirectory(drape_tests)