5 lines
136 B
Plaintext
Raw Normal View History

2024-10-21 22:40:12 +02:00
The package GDAL provides CMake targets:
find_package(GDAL CONFIG REQUIRED)
target_link_libraries(main PRIVATE GDAL::GDAL)