Skip to content

Commit

Permalink
Merge pull request #3970 from fedeliallalinea/install-geotiff
Browse files Browse the repository at this point in the history
Database: added ability to install *.tif if present in data
  • Loading branch information
rouault authored Nov 26, 2023
2 parents 6fe5e96 + afccfb6 commit 6ab2668
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions data/CMakeLists.txt
Original file line number Diff line number Diff line change
Expand Up @@ -38,6 +38,8 @@ set(GRIDSHIFT_FILES ${GSB_FILES} ${GTX_FILES})

file(GLOB SCHEMA_FILES *.json)

file(GLOB GEOTIFF_FILES *.tif)

set(ALL_SQL_IN "${CMAKE_CURRENT_BINARY_DIR}/all.sql.in")
set(PROJ_DB "${CMAKE_CURRENT_BINARY_DIR}/proj.db")
include(sql_filelist.cmake)
Expand Down Expand Up @@ -107,6 +109,7 @@ set(ALL_DATA_FILE
${GRIDSHIFT_FILES}
${PROJ_DB}
${SCHEMA_FILES}
${GEOTIFF_FILES}
)
install(
FILES ${ALL_DATA_FILE}
Expand Down

0 comments on commit 6ab2668

Please sign in to comment.