Repo created
This commit is contained in:
parent
4af19165ec
commit
68073add76
12458 changed files with 12350765 additions and 2 deletions
53
generator/pygen/CMakeLists.txt
Normal file
53
generator/pygen/CMakeLists.txt
Normal file
|
|
@ -0,0 +1,53 @@
|
|||
project(pygen)
|
||||
|
||||
set(
|
||||
SRC
|
||||
pygen.cpp
|
||||
)
|
||||
|
||||
include_directories(${CMAKE_BINARY_DIR})
|
||||
|
||||
omim_add_library(${PROJECT_NAME} MODULE ${SRC})
|
||||
|
||||
omim_link_libraries(
|
||||
${PROJECT_NAME}
|
||||
generator
|
||||
routing
|
||||
traffic
|
||||
routing_common
|
||||
descriptions
|
||||
transit
|
||||
search
|
||||
storage
|
||||
editor
|
||||
indexer
|
||||
mwm_diff
|
||||
platform
|
||||
geometry
|
||||
coding
|
||||
base
|
||||
opening_hours
|
||||
freetype
|
||||
expat::expat
|
||||
ICU::i18n
|
||||
cppjansson
|
||||
protobuf
|
||||
bsdiff
|
||||
minizip
|
||||
succinct
|
||||
pugixml
|
||||
tess2
|
||||
sqlite3
|
||||
${CMAKE_DL_LIBS}
|
||||
ZLIB::ZLIB
|
||||
${Boost_LIBRARIES}
|
||||
)
|
||||
|
||||
link_qt5_core(${PROJECT_NAME})
|
||||
link_qt5_network(${PROJECT_NAME})
|
||||
|
||||
if (PLATFORM_MAC)
|
||||
omim_link_libraries(${PROJECT_NAME} "-Wl,-undefined,dynamic_lookup")
|
||||
endif()
|
||||
|
||||
set_target_properties(${PROJECT_NAME} PROPERTIES PREFIX "")
|
||||
Loading…
Add table
Add a link
Reference in a new issue