forked from organicmaps/organicmaps-tmp
Fixed the cmake compilation
This commit is contained in:
parent
741681b3f3
commit
7b32dfdc0b
5 changed files with 12 additions and 5 deletions
|
@ -158,7 +158,6 @@ add_subdirectory(editor)
|
|||
add_subdirectory(indexer)
|
||||
add_subdirectory(routing)
|
||||
add_subdirectory(search)
|
||||
add_subdirectory(traffic)
|
||||
add_subdirectory(tracking)
|
||||
add_subdirectory(traffic)
|
||||
add_subdirectory(partners_api)
|
|
@ -16,7 +16,6 @@ omim_link_libraries(
|
|||
platform
|
||||
coding
|
||||
base
|
||||
tomcrypt
|
||||
jansson
|
||||
stats_client
|
||||
${LIBZ}
|
||||
|
|
|
@ -11,4 +11,4 @@ set(
|
|||
add_library(${PROJECT_NAME} ${SRC})
|
||||
|
||||
add_subdirectory(pytraffic)
|
||||
#add_subdirectory(traffic_tests)
|
||||
add_subdirectory(traffic_tests)
|
||||
|
|
|
@ -44,5 +44,14 @@ if (PLATFORM_WIN OR PLATFORM_LINUX)
|
|||
)
|
||||
endif()
|
||||
|
||||
omim_link_libraries(${PROJECT_NAME} ${PYTHON_LIBRARIES} ${Boost_LIBRARIES} traffic platform geometry base)
|
||||
omim_link_libraries(
|
||||
${PROJECT_NAME}
|
||||
${PYTHON_LIBRARIES}
|
||||
${Boost_LIBRARIES}
|
||||
traffic
|
||||
platform
|
||||
geometry
|
||||
base
|
||||
)
|
||||
|
||||
set_target_properties(${PROJECT_NAME} PROPERTIES PREFIX "")
|
||||
|
|
|
@ -22,8 +22,8 @@ omim_link_libraries(
|
|||
geometry
|
||||
base
|
||||
stats_client
|
||||
tomcrypt
|
||||
${Qt5Core_LIBRARIES}
|
||||
${LIBZ}
|
||||
)
|
||||
|
||||
if (PLATFORM_MAC)
|
||||
|
|
Loading…
Add table
Reference in a new issue