forked from organicmaps/organicmaps
[cmake] Fix pybindings
This commit is contained in:
parent
1e24b44df9
commit
603887407a
2 changed files with 5 additions and 2 deletions
|
@ -26,4 +26,9 @@ omim_link_libraries(
|
|||
stats_client
|
||||
)
|
||||
|
||||
if (PLATFORM_MAC)
|
||||
omim_link_libraries(${PROJECT_NAME} ${LIBZ})
|
||||
link_qt5_core(${PROJECT_NAME})
|
||||
endif()
|
||||
|
||||
set_target_properties(${PROJECT_NAME} PROPERTIES PREFIX "")
|
||||
|
|
|
@ -1,7 +1,5 @@
|
|||
project(pysearch)
|
||||
|
||||
add_definitions(-DBOOST_BIND_NO_PLACEHOLDERS)
|
||||
|
||||
set(
|
||||
SRC
|
||||
bindings.cpp
|
||||
|
|
Loading…
Add table
Reference in a new issue