Skip to content

Commit

Permalink
Added minizip in CMakeLists.txt
Browse files Browse the repository at this point in the history
  • Loading branch information
iiLubos committed Feb 20, 2024
1 parent 75c1089 commit 642b54c
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions CMakeLists.txt
Original file line number Diff line number Diff line change
Expand Up @@ -43,6 +43,7 @@ find_package(Qt6
REQUIRED
)
find_package(Geodiff CONFIG REQUIRED)
find_package(unofficial-minizip CONFIG REQUIRED)
find_package(PROJ CONFIG REQUIRED)
find_package(GEOS CONFIG REQUIRED)
find_package(GDAL CONFIG REQUIRED)
Expand Down Expand Up @@ -184,6 +185,7 @@ endif()

target_link_libraries(merginmapsmobilesdk PRIVATE GEOS::geos_c)
target_link_libraries(merginmapsmobilesdk PRIVATE libzip::zip)
target_link_libraries(merginmapsmobilesdk PRIVATE unofficial::minizip::minizip)
target_link_libraries(merginmapsmobilesdk PRIVATE protobuf::libprotobuf-lite)
target_link_libraries(merginmapsmobilesdk PRIVATE exiv2lib exiv2-xmp)
target_link_libraries(merginmapsmobilesdk PRIVATE CURL::libcurl)
Expand Down

0 comments on commit 642b54c

Please sign in to comment.