Use detected GDAL include path.
This commit is contained in:
parent
e59d2d3e47
commit
17b15a1824
1 changed files with 2 additions and 0 deletions
|
@ -1,5 +1,7 @@
|
|||
|
||||
if (GDAL_FOUND)
|
||||
|
||||
include_directories(${GDAL_INCLUDE_DIR})
|
||||
add_executable(ogr-decode ogr-decode.cxx)
|
||||
|
||||
target_link_libraries(ogr-decode
|
||||
|
|
Loading…
Reference in a new issue