Fix CMake projects

This commit is contained in:
Sergey Yershov 2016-11-17 13:26:41 +03:00
parent d9e4a1b1a2
commit 4a0b854e20
5 changed files with 7 additions and 4 deletions

View file

@ -32,5 +32,6 @@ omim_link_libraries(
expat
tomcrypt
stats_client
${LIBZ}
${Qt5OpenGL_LIBRARIES}
)

View file

@ -26,7 +26,7 @@ omim_link_libraries(
opening_hours
pugixml
oauthcpp
tomcrypt
${LIBZ}
${Qt5Widgets_LIBRARIES}
)

View file

@ -18,7 +18,8 @@ omim_link_libraries(
base
pugixml
oauthcpp
tomcrypt
stats_client
${LIBZ}
${Qt5Widgets_LIBRARIES}
)

View file

@ -25,7 +25,7 @@ omim_link_libraries(
base
jansson
minizip
tomcrypt
stats_client
${LIBZ}
)

View file

@ -15,7 +15,8 @@ omim_link_libraries(
coding
base
geometry
tomcrypt
stats_client
${LIBZ}
${Qt5Widgets_LIBRARIES}
)