aboutsummaryrefslogtreecommitdiff
path: root/ports/gdal/usage
diff options
context:
space:
mode:
Diffstat (limited to 'ports/gdal/usage')
-rw-r--r--ports/gdal/usage5
1 files changed, 5 insertions, 0 deletions
diff --git a/ports/gdal/usage b/ports/gdal/usage
new file mode 100644
index 000000000..2ee0072ac
--- /dev/null
+++ b/ports/gdal/usage
@@ -0,0 +1,5 @@
+The package GDAL provides CMake targets:
+
+ find_package(GDAL REQUIRED)
+ target_include_directories(main PRIVATE ${GDAL_INCLUDE_DIR})
+ target_link_libraries(main PRIVATE ${GDAL_LIBRARY}) \ No newline at end of file