mirror of
https://github.com/pineappleEA/pineapple-src.git
synced 2024-12-04 23:38:25 -05:00
6 lines
203 B
Plaintext
6 lines
203 B
Plaintext
|
The package GDAL provides CMake targets:
|
||
|
|
||
|
find_package(GDAL REQUIRED)
|
||
|
target_include_directories(main PRIVATE ${GDAL_INCLUDE_DIRS})
|
||
|
target_link_libraries(main PRIVATE ${GDAL_LIBRARIES})
|