forked from organicmaps/organicmaps
Fix CMake build
This commit is contained in:
parent
df752eb5e3
commit
2d9f8cac3d
1 changed files with 1 additions and 1 deletions
|
@ -21,5 +21,5 @@ include_directories(${PYTHON_INCLUDE_DIRS})
|
|||
|
||||
add_library(${PROJECT_NAME} MODULE ${SRC})
|
||||
|
||||
omim_link_libraries(${PROJECT_NAME} ${PYTHON_LIBRARIES} ${Boost_LIBRARIES} base geometry coding tracking)
|
||||
omim_link_libraries(${PROJECT_NAME} ${PYTHON_LIBRARIES} ${Boost_LIBRARIES} tracking coding geometry base)
|
||||
set_target_properties(${PROJECT_NAME} PROPERTIES PREFIX "")
|
||||
|
|
Loading…
Add table
Reference in a new issue