1
0
Fork 0

Use detected GDAL include path.

This commit is contained in:
James Turner 2011-08-31 18:16:04 +01:00 committed by Christian Schmitt
parent e59d2d3e47
commit 17b15a1824

View file

@ -1,5 +1,7 @@
if (GDAL_FOUND)
include_directories(${GDAL_INCLUDE_DIR})
add_executable(ogr-decode ogr-decode.cxx)
target_link_libraries(ogr-decode