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:
authorVictor Popov <v.popov@corp.mail.ru>2019-01-15 14:57:13 +0300
committerSergey Yershov <syershov@maps.me>2019-01-15 17:19:36 +0300
commita6898bfebefb6e321e6bf842afbbf844ffc2012f (patch)
treef23d110ce23c23fd9c9e0bf368c4baab1834d3be /CMakeLists.txt
parent3b0ffdef5e219da480ac57ec4c122b79a938c8aa (diff)
Add version to all PYBINDINGS modules.
Make all modules have externally-specified (by build script) version. It must be externally specified since we can't know which tag the code was checked out from.
Diffstat (limited to 'CMakeLists.txt')
-rw-r--r--CMakeLists.txt1
1 files changed, 1 insertions, 0 deletions
diff --git a/CMakeLists.txt b/CMakeLists.txt
index e3ecb6b979..bbbf6072af 100644
--- a/CMakeLists.txt
+++ b/CMakeLists.txt
@@ -163,6 +163,7 @@ if (NOT Boost_FOUND)
endif()
if (PYBINDINGS)
+ add_subdirectory(pyhelpers)
if (PYTHON_VERSION VERSION_GREATER 3.0)
set(_Boost_PYTHON3_HEADERS "boost/python.hpp")
if (NOT DEFINED BOOST_PYTHON_LIBNAME)