mirror of
https://github.com/pineappleEA/pineapple-src.git
synced 2024-12-01 23:28:24 -05:00
6 lines
225 B
Plaintext
Executable File
6 lines
225 B
Plaintext
Executable File
The package 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})
|