Skip to content

Commit

Permalink
Database: added ability to install *.tif if present in data
Browse files Browse the repository at this point in the history
  • Loading branch information
fedeliallalinea committed Nov 26, 2023
1 parent 6fe5e96 commit afccfb6
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 afccfb6

Please sign in to comment.