mirror of
https://github.com/microsoft/vcpkg.git
synced 2024-11-28 02:39:07 +08:00
11 lines
294 B
Plaintext
11 lines
294 B
Plaintext
libgeotiff provides a CMake config file:
|
|
|
|
find_package(GeoTIFF CONFIG REQUIRED)
|
|
target_include_directories(main PRIVATE ${GEOTIFF_INCLUDE_DIR})
|
|
target_link_libraries(main PRIVATE ${GEOTIFF_LIBRARIES})
|
|
|
|
libgeotiff provides pkg-config modules:
|
|
|
|
# GeoTIFF file format library
|
|
libgeotiff
|